mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
8 lines
196 B
Bash
8 lines
196 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific MAVLink startup script.
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Start MAVLink on the USB port
|
|
mavlink start -d /dev/ttyACM0
|