mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 14:10:35 +08:00
Remove COM_RC_ARM_HYST
I've never anyone seen change that value and break the familiar user experience.
This commit is contained in:
committed by
Jacob Dahl
parent
575fa0850b
commit
c8286d4bba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user