mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
More USB startup fixing
This commit is contained in:
parent
5d356ec3d8
commit
9220f33ce0
@ -22,6 +22,12 @@ then
|
||||
echo "Commander started"
|
||||
fi
|
||||
|
||||
# Start px4io if present
|
||||
if px4io start
|
||||
then
|
||||
echo "PX4IO driver started"
|
||||
fi
|
||||
|
||||
# Start sensors
|
||||
sh /etc/init.d/rc.sensors
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user