Remove COM_RC_ARM_HYST

I've never anyone seen change that value and break the familiar user experience.
This commit is contained in:
Matthias Grob
2025-11-26 15:40:37 +01:00
committed by Jacob Dahl
parent 575fa0850b
commit c8286d4bba
5 changed files with 6 additions and 23 deletions
+1 -14
View File
@@ -198,18 +198,6 @@ PARAM_DEFINE_INT32(COM_HOME_IN_AIR, 0);
*/
PARAM_DEFINE_INT32(COM_RC_IN_MODE, 3);
/**
* Manual control input arm/disarm command duration
*
* The default value of 1000 requires the stick to be held in the arm or disarm position for 1 second.
*
* @group Commander
* @min 100
* @max 1500
* @unit ms
*/
PARAM_DEFINE_INT32(COM_RC_ARM_HYST, 1000);
/**
* Time-out for auto disarm after landing
*
@@ -260,8 +248,7 @@ PARAM_DEFINE_INT32(COM_ARM_WO_GPS, 1);
* Arm switch is a momentary button
*
* 0: Arming/disarming triggers on switch transition.
* 1: Arming/disarming triggers when holding the momentary button down
* for COM_RC_ARM_HYST like the stick gesture.
* 1: Arming/disarming triggers when holding the momentary button down like the stick gesture.
*
* @group Commander
* @boolean