1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 23:35:34 +03:00

Made AIRMODE and 3D override 'auto_disarm_delay', to make it consistent with handling of MOTOR_STOP.

This commit is contained in:
Michael Keller 2016-08-31 13:33:26 +12:00
parent d81c45f3a7
commit 4423d20acc

View file

@ -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) {