diff --git a/src/Components/Input/Slider/index.jsx b/src/Components/Input/Slider/index.jsx index 73f2ffe99..03ec78ee8 100644 --- a/src/Components/Input/Slider/index.jsx +++ b/src/Components/Input/Slider/index.jsx @@ -5,6 +5,8 @@ import React, { } from 'react'; import InputRange from 'react-input-range'; +import MuiSlider from '@mui/material/Slider'; + import Info from '../Info'; import 'react-input-range/lib/css/index.css'; @@ -67,6 +69,7 @@ function Slider({
Stelle sicher das deine ESCs entsprechend der Slider Positionen konfiguriert sind.
zB.: Wenn du den 3D Modus aktiviert hast, stelle sicher, dass deinen ESCs entsprechend konfiguriert sind, ansonsten können die Motoren mit voller Geschwindigkeit anlaufen.
Die Motoren werden nicht anlaufen wenn am Flugregler bi-directtinal Dshot aktiviert ist, aber nicht auf den ESCs, was beispielsweise passieren könnte wenn du von einer RPM firmware auf klassisches BlHeli_S zurück flasht.
Make sure your ESCs are properly set up to reflect the state of the sliders.
Eg.: When you enabled 3D mode in your flight controller, make sure the ESCs are also set up for 3D mode, otherwise the motors might go off with full power.
Also be aware that the motors will not spin if you have bi-directional Dshot enabled on the Flight-controller, but the ESC does not support it. Which might be the case when flashing from RPM enabled firmware to BLHeli_S.
Asegúrate de que tus ESC estén correctamente configurados para reflejar el estado de los deslizadores.
Ej. Cuando activaste el modo 3D en tu controlador de vuelo, Asegúrese de que los ESC también están configurados para el modo 3D, de lo contrario los motores podrían apagarse con plena potencia.
También tenga en cuenta que los motores no girarán si tiene activada la opción Dshot bidireccional en el controlador de vuelo, pero el ESC no lo soporta. Esto puede ser el caso cuando se flashea a BlHeli_S desde un firmware con RPM activado.
请确保您的ESC正确设置以反映滑块的状态。
例如,当您在飞控中启用3D模式后, 请确保 ESC 也已经设置为 3D 模式,否则电机可能在解锁瞬间满负荷运行。
同样地,如果你在飞控上使用双向 Dshot,而 ESC 固件并不支持双向 Dshot,那么电机将不会旋转。从已有 RPM 回传的固件向前回滚刷入 BLHeli_S 时可能会出现这种情况。
請確保您的 ESC 正確設置以反映滑塊的狀態。
例如,當您在飛控中啓用3D模式後,請確保 ESC 也已經設置為 3D 模式,否則電機可能在解鎖瞬間滿負荷運行。
同樣地,如果您在飛控上使用雙向 Dshot,二 ESC 固件并不支持雙向 Dshot,那麽電機將不會旋轉。從已有 RPM 回傳的固件向前回滾刷入 BLHeli_S 時可能會出現這種情況。