1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Added DYNAMIC mixer

This commit is contained in:
borisbstyle 2020-11-29 23:45:31 +01:00 committed by Michael Keller
parent 75da17a00e
commit 4a916af6a9
5 changed files with 28 additions and 11 deletions

View file

@ -51,7 +51,7 @@ PG_RESET_TEMPLATE(mixerConfig_t, mixerConfig,
.yaw_motors_reversed = false,
.crashflip_motor_percent = 0,
.crashflip_expo = 35,
.linear_mixer = false,
.mixer_type = MIXER_LEGACY,
);
PG_REGISTER_ARRAY(motorMixer_t, MAX_SUPPORTED_MOTORS, customMotorMixer, PG_MOTOR_MIXER, 0);