mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #1107 from mikeller/disable_auto_disarm_in_airmode
Made AIRMODE and 3D override 'auto_disarm_delay', to make it consistent with handling of MOTOR_STOP.
This commit is contained in:
commit
c53c5250a9
1 changed files with 2 additions and 0 deletions
|
@ -572,6 +572,8 @@ void processRx(void)
|
|||
if (ARMING_FLAG(ARMED)
|
||||
&& feature(FEATURE_MOTOR_STOP)
|
||||
&& !STATE(FIXED_WING)
|
||||
&& !feature(FEATURE_3D)
|
||||
&& !isAirmodeActive()
|
||||
) {
|
||||
if (isUsingSticksForArming()) {
|
||||
if (throttleStatus == THROTTLE_LOW) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue