mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Reduce required motors for MIXER_CUSTOM_AIRPLANE (#14257)
Update CUSTOM_AIRPLANE mixer to require one motor
This commit is contained in:
parent
b6cfe2e207
commit
1db7c1184d
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ const mixer_t mixers[] = {
|
|||
{ 1, true, NULL }, // MIXER_SINGLECOPTER
|
||||
{ 4, false, mixerAtail4 }, // MIXER_ATAIL4
|
||||
{ 0, false, NULL }, // MIXER_CUSTOM
|
||||
{ 2, true, NULL }, // MIXER_CUSTOM_AIRPLANE
|
||||
{ 1, true, NULL }, // MIXER_CUSTOM_AIRPLANE
|
||||
{ 3, true, NULL }, // MIXER_CUSTOM_TRI
|
||||
{ 4, false, mixerQuadX1234 }, // MIXER_QUADX_1234
|
||||
{ 8, false, mixerOctoX8P }, // MIXER_OCTOX8P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue