mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fix being unable to configure mixer via GUI.
This commit is contained in:
parent
64d1687060
commit
bd29298197
1 changed files with 2 additions and 2 deletions
|
@ -1365,9 +1365,9 @@ static bool processInCommand(void)
|
||||||
case MSP_SET_CONFIG:
|
case MSP_SET_CONFIG:
|
||||||
|
|
||||||
#ifdef CJMCU
|
#ifdef CJMCU
|
||||||
masterConfig.mixerConfiguration = read8(); // multitype
|
|
||||||
#else
|
|
||||||
read8(); // multitype
|
read8(); // multitype
|
||||||
|
#else
|
||||||
|
masterConfig.mixerConfiguration = read8(); // multitype
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
featureClearAll();
|
featureClearAll();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue