mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Rover: update FS_THR_VALUE parameter description
This commit is contained in:
parent
acb4907313
commit
35175ae371
@ -301,6 +301,8 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
// @Param: FS_THR_VALUE
|
// @Param: FS_THR_VALUE
|
||||||
// @DisplayName: Throttle Failsafe Value
|
// @DisplayName: Throttle Failsafe Value
|
||||||
// @Description: The PWM level on channel 3 below which throttle sailsafe triggers.
|
// @Description: The PWM level on channel 3 below which throttle sailsafe triggers.
|
||||||
|
// @Range: 925 1100
|
||||||
|
// @Increment: 1
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(fs_throttle_value, "FS_THR_VALUE", 910),
|
GSCALAR(fs_throttle_value, "FS_THR_VALUE", 910),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user