mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Drop MSP_BF_CONFIG in favor of MSP_BOARD_ALIGNMENT
This commit is contained in:
parent
23d434e52d
commit
b224549ccd
4 changed files with 43 additions and 4 deletions
|
@ -33,6 +33,8 @@ var MSPCodes = {
|
|||
MSP_SET_CHANNEL_FORWARDING: 33,
|
||||
MSP_MODE_RANGES: 34,
|
||||
MSP_SET_MODE_RANGE: 35,
|
||||
MSP_BOARD_ALIGNMENT: 38,
|
||||
MSP_SET_BOARD_ALIGNMENT: 39,
|
||||
MSP_RX_CONFIG: 44,
|
||||
MSP_SET_RX_CONFIG: 45,
|
||||
MSP_LED_COLORS: 46,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue