1
0
Fork 0
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:
Birk Tjelmeland 2020-06-14 14:56:04 +02:00
parent 94cd650472
commit aa5066e443
13 changed files with 101 additions and 2 deletions

View file

@ -74,6 +74,7 @@ typedef enum {
BOXACROTRAINER,
BOXVTXCONTROLDISABLE,
BOXLAUNCHCONTROL,
BOXMSPOVERRIDE,
CHECKBOX_ITEM_COUNT
} boxId_e;