mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: Add terminate to parameter description
This commit is contained in:
parent
f6246a3c22
commit
ac3f27ab7b
@ -110,7 +110,7 @@ const AP_Param::Info Rover::var_info[] = {
|
|||||||
// @Param: FS_ACTION
|
// @Param: FS_ACTION
|
||||||
// @DisplayName: Failsafe Action
|
// @DisplayName: Failsafe Action
|
||||||
// @Description: What to do on a failsafe event
|
// @Description: What to do on a failsafe event
|
||||||
// @Values: 0:Nothing,1:RTL,2:Hold,3:SmartRTL or RTL,4:SmartRTL or Hold
|
// @Values: 0:Nothing,1:RTL,2:Hold,3:SmartRTL or RTL,4:SmartRTL or Hold,5:Terminate
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(fs_action, "FS_ACTION", (int8_t)FailsafeAction::Hold),
|
GSCALAR(fs_action, "FS_ACTION", (int8_t)FailsafeAction::Hold),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user