mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Add MSP override mode
The MSP override mode allows for use of MSP togehter with another RX feature like SBUS. When enabling the MSP override mode all channels from the `msp_override_channels` bitmask will be overwritten by data comming from MSP instead of the main RX.
This commit is contained in:
parent
94cd650472
commit
aa5066e443
13 changed files with 101 additions and 2 deletions
|
@ -74,6 +74,7 @@ typedef enum {
|
|||
BOXACROTRAINER,
|
||||
BOXVTXCONTROLDISABLE,
|
||||
BOXLAUNCHCONTROL,
|
||||
BOXMSPOVERRIDE,
|
||||
CHECKBOX_ITEM_COUNT
|
||||
} boxId_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue