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

Increase vbat resolution

This commit is contained in:
Michel Pastor 2018-02-17 21:44:49 +01:00
parent 23ef794d5b
commit 7de758c64e
7 changed files with 244 additions and 26 deletions

View file

@ -153,6 +153,14 @@ var MSPCodes = {
MSP_BF_BUILD_INFO: 69, // build date as well as some space for future expansion
// INAV specific codes
MSPV2_SETTING: 0x1003,
MSPV2_SET_SETTING: 0x1004,
MSPV2_SETTING: 0x1003,
MSPV2_SET_SETTING: 0x1004,
MSPV2_INAV_STATUS: 0x2000,
MSPV2_INAV_OPTICAL_FLOW: 0x2001,
MSPV2_INAV_ANALOG: 0x2002,
MSPV2_INAV_MISC: 0x2003,
MSPV2_INAV_SET_MISC: 0x2004,
MSPV2_INAV_BATTERY_CONFIG: 0x2005,
MSPV2_INAV_SET_BATTERY_CONFIG: 0x2006
};