forked from Archive/PX4-Autopilot
Update rc.sensors : mRo X2.1 to enable the LIS3MDL
This change allows the LIS3MDL based GPS magnetometers to autostart on the mRo x2.1.
This commit is contained in:
parent
cc36c8ee37
commit
4d0964385b
|
@ -56,6 +56,7 @@ if ver hwcmp AUAV_X21
|
|||
then
|
||||
# External I2C bus
|
||||
hmc5883 -C -T -X start
|
||||
lis3mdl -X start
|
||||
|
||||
# Internal SPI bus ICM-20608-G is rotated 90 deg yaw
|
||||
mpu6000 -R 2 -T 20608 start
|
||||
|
|
Loading…
Reference in New Issue