1
0
Fork 0
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:
QuadMcFly 2023-01-28 20:19:47 -05:00 committed by GitHub
parent ecdbba2ce2
commit 7dedaa4254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 2 deletions

View file

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