updated default crashflip expo to 35

This commit is contained in:
Tdogb 2020-01-12 17:01:13 -05:00
parent 3243aafdb9
commit 91333f3781
1 changed files with 1 additions and 1 deletions

View File

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