Browse Source

Sub: Set crash detection to off by default

master
Rustom Jehangir 9 years ago committed by Andrew Tridgell
parent
commit
2ca103bbda
  1. 2
      ArduSub/Parameters.cpp

2
ArduSub/Parameters.cpp

@ -539,7 +539,7 @@ const AP_Param::Info Sub::var_info[] = { @@ -539,7 +539,7 @@ const AP_Param::Info Sub::var_info[] = {
// @Description: This enables automatic crash checking. When enabled the motors will disarm if a crash is detected.
// @Values: 0:Disabled, 1:Enabled
// @User: Advanced
GSCALAR(fs_crash_check, "FS_CRASH_CHECK", 1),
GSCALAR(fs_crash_check, "FS_CRASH_CHECK", 0),
// RC channel
//-----------

Loading…
Cancel
Save