Browse Source

Plane: correct crash_detect param description...no manual mode option bit exists

zr-v5.1
Henry Wurzburg 5 years ago committed by Tom Pittenger
parent
commit
f2d8a42de8
  1. 2
      ArduPlane/Parameters.cpp

2
ArduPlane/Parameters.cpp

@ -857,7 +857,7 @@ const AP_Param::Info Plane::var_info[] = { @@ -857,7 +857,7 @@ const AP_Param::Info Plane::var_info[] = {
// @Param: CRASH_DETECT
// @DisplayName: Crash Detection
// @Description: Automatically detect a crash during AUTO flight and perform the bitmask selected action(s). Disarm will turn off motor for safety and to help against burning out ESC and motor. Setting the mode to manual will help save the servos from burning out by overexerting if the aircraft crashed in an odd orientation such as upsidedown. Set to 0 to disable crash detection.
// @Description: Automatically detect a crash during AUTO flight and perform the bitmask selected action(s). Disarm will turn off motor for safety and to help against burning out ESC and motor. Set to 0 to disable crash detection.
// @Bitmask: 0:Disarm
// @User: Advanced
ASCALAR(crash_detection_enable, "CRASH_DETECT", 0),

Loading…
Cancel
Save