mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Add Octo X8 + to mixer defaults (#12175)
This commit is contained in:
parent
ecdbba2ce2
commit
7dedaa4254
3 changed files with 17 additions and 2 deletions
|
@ -57,7 +57,8 @@ typedef enum mixerMode
|
|||
MIXER_CUSTOM = 23,
|
||||
MIXER_CUSTOM_AIRPLANE = 24,
|
||||
MIXER_CUSTOM_TRI = 25,
|
||||
MIXER_QUADX_1234 = 26
|
||||
MIXER_QUADX_1234 = 26,
|
||||
MIXER_OCTOX8P = 27
|
||||
} mixerMode_e;
|
||||
|
||||
typedef enum mixerType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue