Merge pull request #826 from sherlockflight/airplane-yaw

Allow yaw at low throttle for airplane mixes
This commit is contained in:
Dominic Clifton 2015-05-04 09:24:19 +01:00
commit 4d29e417be
1 changed files with 2 additions and 0 deletions

View File

@ -756,6 +756,8 @@ void loop(void)
if (isUsingSticksForArming() && rcData[THROTTLE] <= masterConfig.rxConfig.mincheck
#ifndef USE_QUAD_MIXER_ONLY
&& !(masterConfig.mixerMode == MIXER_TRI && masterConfig.mixerConfig.tri_unarmed_servo)
&& masterConfig.mixerMode != MIXER_AIRPLANE
&& masterConfig.mixerMode != MIXER_FLYING_WING
#endif
) {
rcCommand[YAW] = 0;