Skip to content

Commit f4e1734

Browse files
committed
update devIDs from ArduPilot master
1 parent c70ea2e commit f4e1734

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

MAVProxy/modules/lib/mp_util.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ def decode_devid(devid, pname):
419419
0x16 : "QMC5883P",
420420
0x17 : "BMM350",
421421
0x18 : "IIS2MDC",
422+
0x19 : "LIS2MSL",
422423
}
423424

424425
imu_types = {
@@ -458,6 +459,9 @@ def decode_devid(devid, pname):
458459
0x3B : "INS_ICM45686",
459460
0x3C : "INS_SCHA63T",
460461
0x3D : "INS_IIM42653",
462+
0x3E : "INS_LSM6DSV",
463+
0x3F : "INS_ASM330",
464+
0x40 : "INS_ADIS16607",
461465
}
462466

463467
baro_types = {

0 commit comments

Comments
 (0)