mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix FMUv3 startup script logic
This commit is contained in:
parent
c528c02e95
commit
936f6b6eb7
@ -69,6 +69,10 @@ then
|
||||
then
|
||||
fi
|
||||
|
||||
if meas_airspeed start -b 2
|
||||
then
|
||||
fi
|
||||
|
||||
else
|
||||
# FMUv2
|
||||
if mpu6000 start
|
||||
@ -169,11 +173,6 @@ else
|
||||
else
|
||||
if ets_airspeed start -b 1
|
||||
then
|
||||
else
|
||||
if [ $BOARD_FMUV3 == true ]
|
||||
then
|
||||
meas_airspeed start -b 2
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user