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:
parent
dbb9656ca7
commit
147ebb74f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user