mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 13:27:35 +08:00
Start SDP3X with priority over the legacy devices
This commit is contained in:
@@ -412,10 +412,10 @@ then
|
||||
lsm303d start
|
||||
fi
|
||||
|
||||
if meas_airspeed start
|
||||
if sdp3x_airspeed start
|
||||
then
|
||||
else
|
||||
if sdp3x_airspeed start
|
||||
if meas_airspeed start
|
||||
then
|
||||
else
|
||||
ets_airspeed start
|
||||
|
||||
Reference in New Issue
Block a user