mirror of https://github.com/ArduPilot/ardupilot
15 lines
112 B
Plaintext
15 lines
112 B
Plaintext
|
echo "Error in startup"
|
||
|
|
||
|
tone_alarm MNCC
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
nshterm /dev/ttyACM0 &
|
||
|
sleep 1
|
||
|
nshterm /dev/ttyS0 &
|
||
|
sleep 1
|
||
|
exit
|