A lot more on calibration and RC checks. Needs more testing, but no known issues

This commit is contained in:
Lorenz Meier
2013-08-25 16:33:14 +02:00
parent 8df6acbfaf
commit e119bbb0f1
10 changed files with 246 additions and 141 deletions
+6
View File
@@ -182,6 +182,12 @@ fi
# 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