mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Sub: Change default GCS failsafe to disarm
This commit is contained in:
parent
5bd2af6b77
commit
6562e14634
@ -132,7 +132,7 @@ const AP_Param::Info Sub::var_info[] = {
|
||||
// @Description: Controls what action to take when GCS heartbeat is lost.
|
||||
// @Values: 0:Disabled,1:Warn only,2:Disarm,3:Enter depth hold mode,4:Enter surface mode
|
||||
// @User: Standard
|
||||
GSCALAR(failsafe_gcs, "FS_GCS_ENABLE", FS_GCS_DISABLED),
|
||||
GSCALAR(failsafe_gcs, "FS_GCS_ENABLE", FS_GCS_DISARM),
|
||||
|
||||
// @Param: FS_LEAK_ENABLE
|
||||
// @DisplayName: Leak Failsafe Enable
|
||||
|
Loading…
Reference in New Issue
Block a user