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

MSP layer

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-10-06 19:43:14 +02:00
parent 0173efd8ba
commit 4f86dfa946
5 changed files with 1435 additions and 1365 deletions

View file

@ -186,5 +186,8 @@ var MSPCodes = {
MSP2_INAV_OSD_PREFERENCES: 0x2016,
MSP2_INAV_OSD_SET_PREFERENCES: 0x2017,
MSP2_INAV_MC_BRAKING: 0x200B,
MSP2_INAV_SET_MC_BRAKING: 0x200C,
MSP2_INAV_SELECT_BATTERY_PROFILE: 0x2018
};