mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
More graceful startup messages
This commit is contained in:
@@ -191,13 +191,13 @@ then
|
||||
commander start
|
||||
|
||||
# Start px4io if present
|
||||
if px4io start
|
||||
if px4io detect
|
||||
then
|
||||
echo "PX4IO driver started"
|
||||
px4io start
|
||||
else
|
||||
if fmu mode_serial
|
||||
then
|
||||
echo "FMU driver started"
|
||||
echo "FMU driver (no PWM) started"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user