mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Basic support for MSP2_INAV_MIXER frame
This commit is contained in:
parent
c4735d2690
commit
7fbf63b7fc
5 changed files with 57 additions and 6 deletions
|
@ -169,4 +169,7 @@ var MSPCodes = {
|
|||
MSPV2_INAV_RATE_PROFILE: 0x2007,
|
||||
MSPV2_INAV_SET_RATE_PROFILE: 0x2008,
|
||||
MSPV2_INAV_AIR_SPEED: 0x2009,
|
||||
|
||||
MSP2_INAV_MIXER: 0x2010,
|
||||
MSP2_INAV_SET_MIXER: 0x2011
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue