diff --git a/src/VehicleSetup/JoystickConfig.qml b/src/VehicleSetup/JoystickConfig.qml index d893ec0..ca9d029 100644 --- a/src/VehicleSetup/JoystickConfig.qml +++ b/src/VehicleSetup/JoystickConfig.qml @@ -296,7 +296,7 @@ SetupPage { Connections { target: _activeJoystick - onManualControl: throttleLoader.item.axisValue = (-2*throttle+1)*32768.0 + onManualControl: throttleLoader.item.axisValue = _activeJoystick.negativeThrust ? -throttle*32768.0 : (-2*throttle+1)*32768.0 } } } // Column - Attitude Control labels