diff --git a/src/main/mw.c b/src/main/mw.c index f5947df64a..3ba114b4a4 100644 --- a/src/main/mw.c +++ b/src/main/mw.c @@ -483,7 +483,7 @@ void processRx(void) /* In airmode Iterm should be prevented to grow when Low thottle and Roll + Pitch Centered. This is needed to prevent Iterm winding on the ground, but keep full stabilisation on 0 throttle while in air */ if (throttleStatus == THROTTLE_LOW) { - if (IS_RC_MODE_ACTIVE(BOXAIRMODE)) { + if (IS_RC_MODE_ACTIVE(BOXAIRMODE) && !failsafeIsActive() && ARMING_FLAG(ARMED)) { if (rollPitchStatus == CENTERED) { antiWindupProtection = true; } else {