mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: added new baro types
This commit is contained in:
parent
b96677c70d
commit
1596516283
@ -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
Block a user