1
0
Fork 0
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:
Michel Pastor 2018-03-01 16:12:07 +01:00
parent 5245fb3bfd
commit 615d559b66
5 changed files with 93 additions and 9 deletions

View file

@ -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,
};