mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
PX4: enable ets_airspeed driver if connected
This commit is contained in:
parent
13c41e74f2
commit
48875a3e19
@ -73,6 +73,10 @@ then
|
|||||||
ms5611 start
|
ms5611 start
|
||||||
hmc5883 start
|
hmc5883 start
|
||||||
adc start
|
adc start
|
||||||
|
if ets_airspeed start
|
||||||
|
then
|
||||||
|
echo "Found ETS airspeed sensor" >> $logfile
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Trying PX4IO board"
|
echo "Trying PX4IO board"
|
||||||
echo "Trying PX4IO board" >> $logfile
|
echo "Trying PX4IO board" >> $logfile
|
||||||
|
Loading…
Reference in New Issue
Block a user