mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
px4/fmu-v5x: add missing board variants to rc.board_mavlink
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# board specific MAVLink startup script.
|
# board specific MAVLink startup script.
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
if ver hwtypecmp V5Xa0 V5X91 V5Xa1
|
if ver hwtypecmp V5X90 V5X91 V5Xa0 V5Xa1 V5X80 V5X81
|
||||||
then
|
then
|
||||||
# Start MAVLink on the UART connected to the mission computer
|
# 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
|
mavlink start -d /dev/ttyS4 -b 3000000 -r 290000 -m onboard_low_bandwidth -x -z
|
||||||
|
|||||||
Reference in New Issue
Block a user