mirror of https://github.com/ArduPilot/ardupilot
Tools: added new baro types
This commit is contained in:
parent
0c3be8b782
commit
913682928a
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue