Tools: added new baro types

This commit is contained in:
Andrew Tridgell 2022-10-18 08:20:57 +11:00 committed by Randy Mackay
parent 0c3be8b782
commit 913682928a
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 = {