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