Merge commit 'bb5819a13fa8c46daf2e61a58c78a13232ffcd99' into multirotor

This commit is contained in:
Anton Babushkin
2013-08-25 19:33:36 +02:00
15 changed files with 296 additions and 158 deletions

View File

@@ -186,6 +186,12 @@ then
# Try to get an USB console
nshterm /dev/ttyACM0 &
# Start any custom extensions that might be missing
if [ -f /fs/microsd/etc/rc.local ]
then
sh /fs/microsd/etc/rc.local
fi
# If none of the autostart scripts triggered, get a minimal setup
if [ $MODE == autostart ]
then