Skip to content

Commit 7520014

Browse files
ES-Alexanderpeterbarker
authored andcommitted
MAVProxy: modules: lib: mp_util.py: update baro types
1 parent 742f430 commit 7520014

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

MAVProxy/modules/lib/mp_util.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,13 @@ def decode_devid(devid, pname):
475475
0x0F : "BARO_ICP101XX",
476476
0x10 : "BARO_ICP201XX",
477477
0x11 : "BARO_MS5607",
478-
0x12 : "BARO_MS5837",
478+
0x12 : "BARO_MS5837_30BA",
479479
0x13 : "BARO_MS5637",
480480
0x14 : "BARO_BMP390",
481481
0x15 : "BARO_BMP581",
482+
0x16 : "BARO_SPA06",
483+
0x17 : "BARO_AUAV",
484+
0x18 : "BARO_MS5837_02BA",
482485
}
483486

484487
airspeed_types = {

0 commit comments

Comments
 (0)