mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: added new baro types
This commit is contained in:
parent
0c3be8b782
commit
913682928a
@ -118,6 +118,9 @@ baro_types = {
|
|||||||
0x0E : "DEVTYPE_BARO_MSP",
|
0x0E : "DEVTYPE_BARO_MSP",
|
||||||
0x0F : "DEVTYPE_BARO_ICP101XX",
|
0x0F : "DEVTYPE_BARO_ICP101XX",
|
||||||
0x10 : "DEVTYPE_BARO_ICP201XX",
|
0x10 : "DEVTYPE_BARO_ICP201XX",
|
||||||
|
0x11 : "DEVTYPE_BARO_MS5607",
|
||||||
|
0x12 : "DEVTYPE_BARO_MS5837",
|
||||||
|
0x13 : "DEVTYPE_BARO_MS5637",
|
||||||
}
|
}
|
||||||
|
|
||||||
airspeed_types = {
|
airspeed_types = {
|
||||||
|
Loading…
Reference in New Issue
Block a user