diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml index 8180274..f728358 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml @@ -65,5 +65,15 @@ FactSliderPanel { max: 1.0 step: 0.1 } + + ListElement { + title: "Manual minimum throttle" + description: "Slide to the left to start with less idle power. Slide to the right if descends in manual flight become unstable." + param: "MPC_MANTHR_MIN" + min: 0 + max: 0.15 + step: 0.01 + } + } }