mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
8 lines
210 B
Bash
8 lines
210 B
Bash
#!/bin/sh
|
|
#
|
|
# ModalAI FC-v1 specific board MAVLink startup script.
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Start MAVLink on the USB port
|
|
mavlink start -d /dev/ttyACM0
|