Plane Parameters: fix THR_MAX param description

makes clear that thr is constrained in stabilized modes too unless passthrough is set, aligns with THR_MIN description.
This commit is contained in:
vierfuffzig 2020-06-11 23:04:51 +02:00 committed by Andrew Tridgell
parent dbb9656ca7
commit 147ebb74f4

View File

@ -410,7 +410,7 @@ const AP_Param::Info Plane::var_info[] = {
// @Param: THR_MAX
// @DisplayName: Maximum Throttle
// @Description: Maximum throttle percentage used in automatic throttle modes.
// @Description: Maximum throttle percentage used in all modes except manual, provided THR_PASS_STAB is not set.
// @Units: %
// @Range: 0 100
// @Increment: 1