mirror of https://github.com/ArduPilot/ardupilot
Sub: Fix ekf failsafe parameter metadata
This commit is contained in:
parent
7f63c31a00
commit
ba5cc21e39
|
@ -256,7 +256,7 @@ const AP_Param::Info Sub::var_info[] = {
|
|||
// @Param: FS_EKF_ACTION
|
||||
// @DisplayName: EKF Failsafe Action
|
||||
// @Description: Controls the action that will be taken when an EKF failsafe is invoked
|
||||
// @Values: 1:Disabled
|
||||
// @Values: 0:Disabled, 1:Warn only, 2:Disarm
|
||||
// @User: Advanced
|
||||
GSCALAR(fs_ekf_action, "FS_EKF_ACTION", FS_EKF_ACTION_DEFAULT),
|
||||
|
||||
|
|
Loading…
Reference in New Issue