Tools: added new baro types

This commit is contained in:
Andrew Tridgell 2022-10-18 08:20:57 +11:00
parent ca4d4eca3c
commit 883a37ef37
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ baro_types = {
0x0E : "DEVTYPE_BARO_MSP",
0x0F : "DEVTYPE_BARO_ICP101XX",
0x10 : "DEVTYPE_BARO_ICP201XX",
0x11 : "DEVTYPE_BARO_MS5607",
0x12 : "DEVTYPE_BARO_MS5837",
0x13 : "DEVTYPE_BARO_MS5637",
}
airspeed_types = {