mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
[boards] Do not start Mavlink on external connector by default
This commit is contained in:
parent
7aaaa83497
commit
43ef690254
@ -3,7 +3,6 @@
|
||||
# Auterion FMUv6s specific board MAVLink startup script.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# If skynode base board is detected start Mavlink on Telem2
|
||||
if param compare MAV_S_FORWARD 1
|
||||
then
|
||||
set S_FORWARD "-f"
|
||||
@ -14,9 +13,6 @@ fi
|
||||
# TELEM1 is mapped to USART1 with flow control
|
||||
mavlink start -d /dev/ttyS0 -b 3000000 -r 290000 -m onboard_low_bandwidth -x -z $S_FORWARD
|
||||
|
||||
# External mavlink on EXTRAS connector
|
||||
mavlink start -d /dev/ttyS2 -b 57600 -r 5000 -x
|
||||
|
||||
# Ensure nothing else starts on TEL1
|
||||
set PRT_TEL1_ 1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user