PX4: enable ets_airspeed driver if connected

This commit is contained in:
Andrew Tridgell 2013-06-03 10:17:27 +10:00
parent 13c41e74f2
commit 48875a3e19

View File

@ -73,6 +73,10 @@ then
ms5611 start
hmc5883 start
adc start
if ets_airspeed start
then
echo "Found ETS airspeed sensor" >> $logfile
fi
echo "Trying PX4IO board"
echo "Trying PX4IO board" >> $logfile