Commit 11895fd5 authored by Lorenz Meier's avatar Lorenz Meier

PX4 tuning: Make hover throttle symmetrical again

parent 704824af
......@@ -36,7 +36,7 @@ FactSliderPanel {
description: qsTr("Adjust throttle so hover is at mid-throttle. Slide to the left if hover is lower than throttle center. Slide to the right if hover is higher than throttle center.")
param: "MPC_THR_HOVER"
min: 20
max: 60
max: 80
step: 1
}
......
......@@ -98,7 +98,7 @@ FactSliderPanel {
description: qsTr("Adjust throttle so hover is at mid-throttle. Slide to the left if hover is lower than throttle center. Slide to the right if hover is higher than throttle center.")
param: "MPC_THR_HOVER"
min: 20
max: 60
max: 80
step: 1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment