mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +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
|
||||
|
||||
# mag might be external
|
||||
hmc5883 start
|
||||
if hmc5883 start
|
||||
then
|
||||
echo "using HMC5883"
|
||||
fi
|
||||
|
||||
if mpu6000 start
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user