diff --git a/src/main/flight/mixer.c b/src/main/flight/mixer.c index f305ded593..e6d6b00118 100755 --- a/src/main/flight/mixer.c +++ b/src/main/flight/mixer.c @@ -823,7 +823,7 @@ void mixTable(void) rollPitchYawMix[i] = qMultiply(mixReduction,rollPitchYawMix[i]); } // Get the maximum correction by setting offset to center - throttleMin = throttleMax = throttleMin + (throttleRange / 2); + if (!escAndServoConfig->escDesyncProtection) throttleMin = throttleMax = throttleMin + (throttleRange / 2); if (debugMode == DEBUG_AIRMODE && i < 3) debug[1] = rollPitchYawMixRange; } else {