Browse Source
- this was unintentionally removed in https://github.com/PX4/PX4-Autopilot/pull/16180master
Daniel Agar
3 years ago
committed by
Lorenz Meier
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh |
||||
# |
||||
# board specific MAVLink startup script. |
||||
#------------------------------------------------------------------------------ |
||||
|
||||
if ver hwtypecmp V5Xa0 V5X91 V5Xa1 |
||||
then |
||||
# Start MAVLink on the UART connected to the mission computer |
||||
mavlink start -d /dev/ttyS4 -b 3000000 -r 290000 -m onboard_low_bandwidth -x -z |
||||
fi |
Loading…
Reference in new issue