mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
PX4: start two barometers if possible
This commit is contained in:
parent
b1342c2d39
commit
5133799e23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user