mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 20:59:05 +08:00
Start the hmc5883 before the lsm303d so that an external mag is used
This commit is contained in:
parent
12df5dd269
commit
00c9b8f87f
@ -18,10 +18,12 @@ fi
|
||||
ms5611 start
|
||||
adc start
|
||||
|
||||
# mag might be external
|
||||
hmc5883 start
|
||||
|
||||
if mpu6000 start
|
||||
then
|
||||
echo "using MPU6000 and HMC5883L"
|
||||
hmc5883 start
|
||||
echo "using MPU6000"
|
||||
set BOARD fmuv1
|
||||
else
|
||||
echo "using L3GD20 and LSM303D"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user