mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 21:07:35 +08:00
12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
#!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 |