Skip to content

Commit 0bdc2b6

Browse files
committed
mp_util.py: fill out missing baro devids
1 parent b125d3c commit 0bdc2b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: MAVProxy/modules/lib/mp_util.py

+5
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,11 @@ def decode_devid(devid, pname):
471471
0x0E : "BARO_MSP",
472472
0x0F : "BARO_ICP101XX",
473473
0x10 : "BARO_ICP201XX",
474+
0x11 : "BARO_MS5607",
475+
0x12 : "BARO_MS5837",
476+
0x13 : "BARO_MS5637",
477+
0x14 : "BARO_BMP390",
478+
0x15 : "BARO_BMP581",
474479
}
475480

476481
airspeed_types = {

0 commit comments

Comments
 (0)