Browse Source

Tools: added new RM3100 ID

copter407
Andrew Tridgell 5 years ago committed by Randy Mackay
parent
commit
dd3373a489
  1. 3
      Tools/scripts/decode_devid.py

3
Tools/scripts/decode_devid.py

@ -56,7 +56,8 @@ compass_types = { @@ -56,7 +56,8 @@ compass_types = {
0x0E : "DEVTYPE_MAG3110",
0x0F : "DEVTYPE_SITL",
0x10 : "DEVTYPE_IST8308",
0x11 : "DEVTYPE_RM3100",
0x11 : "DEVTYPE_RM3100_OLD",
0x12 : "DEVTYPE_RM3100",
}
imu_types = {

Loading…
Cancel
Save