mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 00:35:20 +03:00
Add support for configuring multiple OSD layouts
This commit is contained in:
parent
c6dda46330
commit
32065e9f45
6 changed files with 664 additions and 427 deletions
|
@ -171,5 +171,12 @@ var MSPCodes = {
|
|||
MSPV2_INAV_AIR_SPEED: 0x2009,
|
||||
|
||||
MSP2_INAV_MIXER: 0x2010,
|
||||
MSP2_INAV_SET_MIXER: 0x2011
|
||||
MSP2_INAV_SET_MIXER: 0x2011,
|
||||
|
||||
MSP2_INAV_OSD_LAYOUTS: 0x2012,
|
||||
MSP2_INAV_OSD_SET_LAYOUT_ITEM: 0x2013,
|
||||
MSP2_INAV_OSD_ALARMS: 0x2014,
|
||||
MSP2_INAV_OSD_SET_ALARMS: 0x2015,
|
||||
MSP2_INAV_OSD_PREFERENCES: 0x2016,
|
||||
MSP2_INAV_OSD_SET_PREFERENCES: 0x2017,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue