PX4: allow I2C airspeed sensor on either bus

This commit is contained in:
Andrew Tridgell 2015-10-16 18:38:40 +11:00
parent 073828a764
commit 4e220284e0

View File

@ -346,6 +346,11 @@ fi
if meas_airspeed start
then
echo "Found MEAS airspeed sensor"
else
if meas_airspeed start -b 2
then
echo "Found MEAS airspeed sensor (bus2)"
fi
fi
# optional Range Finder sensor