px4-firmware/ROMFS/scripts/rc.usb

15 lines
236 B
Plaintext

#!nsh
#
# USB MAVLink start
#
echo "[testing] doing production test.."
# Tell MAVLink that this link is "fast"
mavlink start -b 230400 -d /dev/console
# Exit shell to make it available to MAVLink
exit
echo "[testing] testing done"