AP_Compass: change RM3100 device ID
changed scale factor means users need to recalibrate
This commit is contained in:
parent
18c3efc377
commit
dd4cf6ccdd
@ -58,7 +58,8 @@ public:
|
||||
DEVTYPE_MAG3110 = 0x0E,
|
||||
DEVTYPE_SITL = 0x0F,
|
||||
DEVTYPE_IST8308 = 0x10,
|
||||
DEVTYPE_RM3100 = 0x11,
|
||||
DEVTYPE_RM3100_OLD = 0x11,
|
||||
DEVTYPE_RM3100 = 0x12,
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user