PX4: start two barometers if possible

This commit is contained in:
Andrew Tridgell 2015-01-05 22:12:30 +11:00
parent b1342c2d39
commit 5133799e23

View File

@ -189,6 +189,12 @@ fi
echo "Starting APM sensors"
if ms5611 -X start
then
echo "ms5611 external started OK"
fi
if ms5611 start
then
echo "ms5611 started OK"
@ -286,10 +292,6 @@ else
echo "No MPU6000" >> $logfile
sh /etc/init.d/rc.error
fi
if ms5611 -X start
then
echo "ms5611 external started OK"
fi
else
if mpu6000 start
then