We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b125d3c commit 037ca95Copy full SHA for 037ca95
MAVProxy/modules/lib/mp_util.py
@@ -471,6 +471,11 @@ def decode_devid(devid, pname):
471
0x0E : "BARO_MSP",
472
0x0F : "BARO_ICP101XX",
473
0x10 : "BARO_ICP201XX",
474
+ 0x11 : "BARO_MS5607",
475
+ 0x12 : "BARO_MS5837",
476
+ 0x13 : "BARO_MS5637",
477
+ 0x14 : "BARO_BMP390",
478
+ 0x15 : "BARO_BMP581",
479
}
480
481
airspeed_types = {
0 commit comments