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.
|
|
|
#!nsh
|
|
|
|
#
|
|
|
|
# PX4FMU startup script for test hackery.
|
|
|
|
#
|
|
|
|
|
|
|
|
if sercon
|
|
|
|
then
|
|
|
|
echo "[init] USB interface connected"
|
|
|
|
|
|
|
|
# Try to get an USB console
|
|
|
|
nshterm /dev/ttyACM0 &
|
|
|
|
fi
|