Simplified USB startup script

This commit is contained in:
Lorenz Meier
2013-07-18 16:17:47 +02:00
parent da54659b5e
commit 7106565e94
+4
View File
@@ -15,6 +15,9 @@ then
fi fi
mavlink start -b 230400 -d /dev/ttyACM0 mavlink start -b 230400 -d /dev/ttyACM0
if [ $MODE == autostart ]
then
# Start the commander # Start the commander
commander start commander start
@@ -39,6 +42,7 @@ if gps start
then then
echo "GPS started" echo "GPS started"
fi fi
fi
echo "MAVLink started, exiting shell.." echo "MAVLink started, exiting shell.."