diff --git a/src/main/flight/mixer.c b/src/main/flight/mixer.c index 2f19f44aa..5e3e62a13 100644 --- a/src/main/flight/mixer.c +++ b/src/main/flight/mixer.c @@ -74,7 +74,7 @@ PG_RESET_TEMPLATE(mixerConfig_t, mixerConfig, .mixerMode = DEFAULT_MIXER, .yaw_motors_reversed = false, .crashflip_motor_percent = 0, - .crashflip_expo = 0, + .crashflip_expo = 35 ); PG_REGISTER_ARRAY(motorMixer_t, MAX_SUPPORTED_MOTORS, customMotorMixer, PG_MOTOR_MIXER, 0);