More graceful startup messages

This commit is contained in:
Lorenz Meier 2013-08-28 16:42:43 +02:00
parent 756d67f2de
commit 5ef7e71bb0
1 changed files with 3 additions and 3 deletions

View File

@ -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