From 55b0c64b5aa14ed004438260d547953f1790b93f Mon Sep 17 00:00:00 2001 From: Lokesh-Ramina Date: Wed, 15 May 2024 17:33:39 -0700 Subject: [PATCH] Plane: CRASH_DETECT Param doc update to add 1 in value set As this was causing a CI check we made locally to compare param values to param_metadata generated xml file. --- ArduPlane/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/Parameters.cpp b/ArduPlane/Parameters.cpp index 4e7e2fab3b..b45042a815 100644 --- a/ArduPlane/Parameters.cpp +++ b/ArduPlane/Parameters.cpp @@ -731,7 +731,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. Set to 0 to disable crash detection. - // @Values: 0:Disabled + // @Values: 0:Disabled, 1:Disarm on crash // @Bitmask: 0:Disarm // @User: Advanced ASCALAR(crash_detection_enable, "CRASH_DETECT", 0),