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:
parent
75da17a00e
commit
4a916af6a9
5 changed files with 28 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue