mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 06:15:11 +03:00
Add air speed graph in sensors tab
This commit is contained in:
parent
5245fb3bfd
commit
615d559b66
5 changed files with 93 additions and 9 deletions
|
@ -164,4 +164,5 @@ var MSPCodes = {
|
|||
MSPV2_INAV_SET_BATTERY_CONFIG: 0x2006,
|
||||
MSPV2_INAV_RATE_PROFILE: 0x2007,
|
||||
MSPV2_INAV_SET_RATE_PROFILE: 0x2008,
|
||||
MSPV2_INAV_AIR_SPEED: 0x2009,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue