mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
Don't stop the startup script if no external HMC5883 is connected
This commit is contained in:
@@ -19,7 +19,10 @@ ms5611 start
|
|||||||
adc start
|
adc start
|
||||||
|
|
||||||
# mag might be external
|
# mag might be external
|
||||||
hmc5883 start
|
if hmc5883 start
|
||||||
|
then
|
||||||
|
echo "using HMC5883"
|
||||||
|
fi
|
||||||
|
|
||||||
if mpu6000 start
|
if mpu6000 start
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user