1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

ground work for mmix editing

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-01-26 15:31:42 +01:00
parent 385827a66f
commit bb8507e81b
6 changed files with 112 additions and 4 deletions

View file

@ -153,4 +153,7 @@ var MSPCodes = {
// INAV specific codes
MSPV2_SETTING: 0x1003,
MSPV2_SET_SETTING: 0x1004,
MSP2_COMMON_MOTOR_MIXER: 0x1005,
MSP2_COMMON_SET_MOTOR_MIXER: 0x1006
};