Rover: Add terminate to parameter description

This commit is contained in:
muramura 2024-05-06 08:21:37 +09:00 committed by Randy Mackay
parent f6246a3c22
commit ac3f27ab7b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ const AP_Param::Info Rover::var_info[] = {
// @Param: FS_ACTION
// @DisplayName: Failsafe Action
// @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
GSCALAR(fs_action, "FS_ACTION", (int8_t)FailsafeAction::Hold),