1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2018-03-28 20:22:48 +02:00
parent c4735d2690
commit 7fbf63b7fc
5 changed files with 57 additions and 6 deletions

View file

@ -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
};