mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: update THR_FS_VALUE parameter description
This commit is contained in:
parent
35175ae371
commit
75bcd7cdab
@ -323,6 +323,8 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @Param: THR_FS_VALUE
|
||||
// @DisplayName: Throttle Failsafe Value
|
||||
// @Description: The PWM level on channel 3 below which throttle sailsafe triggers
|
||||
// @Range: 925 1100
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
GSCALAR(throttle_fs_value, "THR_FS_VALUE", THROTTLE_FS_VALUE),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user