mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 17:07:34 +08:00
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
#!nsh
|
|
#
|
|
# USB MAVLink start
|
|
#
|
|
|
|
mavlink start -r 800000 -d /dev/ttyACM0 -m config -x
|
|
|
|
# Exit shell to make it available to MAVLink
|
|
exit
|