Skip to content

Commit

Permalink
Parameter: CRASH_DETECT Param doc update to add 1 in value set
Browse files Browse the repository at this point in the history
SW-89
  • Loading branch information
loki077 authored and robertlong13 committed Feb 5, 2024
1 parent 07547e1 commit 4478eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArduPlane/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,8 @@ 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. Set to 0 to disable crash detection.
// @Values: 0:Disabled
// @Bitmask: 0:Disarm, 1:Arm
// @Values: 0:Disabled, 1:Disarm on crash
// @Bitmask: 0:Disarm
// @User: Advanced
ASCALAR(crash_detection_enable, "CRASH_DETECT", 0),

Expand Down

0 comments on commit 4478eec

Please sign in to comment.