mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# Board specific MAVLink startup script.
|
||
|
|
#------------------------------------------------------------------------------
|
||
|
|
|
||
|
|
# Start MAVLink on the USB port
|
||
|
|
mavlink start -d /dev/ttyACM0
|