mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: param desc to increase THR_MIN range to include negative thrust
This commit is contained in:
parent
f369899509
commit
ebec68c55b
@ -485,9 +485,9 @@ const AP_Param::Info Plane::var_info[] = {
|
||||
|
||||
// @Param: THR_MIN
|
||||
// @DisplayName: Minimum Throttle
|
||||
// @Description: The minimum throttle setting (as a percentage) which the autopilot will apply. For the final stage of an automatic landing this is always zero.
|
||||
// @Description: The minimum throttle setting (as a percentage) which the autopilot will apply. For the final stage of an automatic landing this is always zero. If your ESC supports reverse, use a negative value to configure for reverse thrust.
|
||||
// @Units: Percent
|
||||
// @Range: 0 100
|
||||
// @Range: -100 100
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
ASCALAR(throttle_min, "THR_MIN", THROTTLE_MIN),
|
||||
|
Loading…
Reference in New Issue
Block a user