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:
parent
23ef794d5b
commit
7de758c64e
7 changed files with 244 additions and 26 deletions
|
@ -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
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue