mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
New linear mixer (credits to @tylercorleone)
This commit is contained in:
parent
7154abc48e
commit
75da17a00e
4 changed files with 48 additions and 26 deletions
|
@ -82,6 +82,7 @@ typedef struct mixerConfig_s {
|
|||
bool yaw_motors_reversed;
|
||||
uint8_t crashflip_motor_percent;
|
||||
uint8_t crashflip_expo;
|
||||
uint8_t linear_mixer;
|
||||
} mixerConfig_t;
|
||||
|
||||
PG_DECLARE(mixerConfig_t, mixerConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue