mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00: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
|