From 4478eecfae02832475a28d026bcd2c59e31d4ae0 Mon Sep 17 00:00:00 2001 From: Lokesh-Ramina Date: Sat, 3 Feb 2024 18:44:20 -0800 Subject: [PATCH] Parameter: CRASH_DETECT Param doc update to add 1 in value set SW-89 --- ArduPlane/Parameters.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduPlane/Parameters.cpp b/ArduPlane/Parameters.cpp index b221f0abc8..813ba94d7f 100644 --- a/ArduPlane/Parameters.cpp +++ b/ArduPlane/Parameters.cpp @@ -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),