You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
181 B
15 lines
181 B
9 years ago
|
echo "Error in startup"
|
||
|
|
||
|
tone_alarm MNCC
|
||
|
|
||
|
if [ $HAVE_RGBLED == 1 ]
|
||
|
then
|
||
|
rgbled rgb 16 0 0
|
||
|
fi
|
||
|
|
||
|
nshterm /dev/ttyACM0 &
|
||
|
sleep 1
|
||
|
nshterm /dev/ttyS0 &
|
||
|
sleep 1
|
||
|
exit
|