mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
- hex_cube-orange_default -> cubepilot_cubeorange_default - hex_cube-yellow_default -> cubepilot_cubeyellow_default
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
|