mirror of https://github.com/ArduPilot/ardupilot
Rover: fix FS_THR_VALUE min range
This commit is contained in:
parent
916a2e8fca
commit
efa59d47f2
|
@ -233,7 +233,7 @@ const AP_Param::Info Rover::var_info[] = {
|
|||
// @Param: FS_THR_VALUE
|
||||
// @DisplayName: Throttle Failsafe Value
|
||||
// @Description: The PWM level on the throttle channel below which throttle failsafe triggers.
|
||||
// @Range: 925 1100
|
||||
// @Range: 910 1100
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
GSCALAR(fs_throttle_value, "FS_THR_VALUE", 910),
|
||||
|
|
Loading…
Reference in New Issue