mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 08:20:34 +08:00
d89b7804f7
- this is booting and functional, but still missing a few things - still needs full PWM output, verification of all sensor rotations and IO, etc
8 lines
211 B
Bash
8 lines
211 B
Bash
#!/bin/sh
|
|
#
|
|
# Board specific specific board MAVLink startup script.
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Start MAVLink on the USB port
|
|
mavlink start -d /dev/ttyACM0
|