[boards] Do not start Mavlink on external connector by default

This commit is contained in:
Niklas Hauser 2025-04-22 18:06:32 +02:00 committed by Matthias Grob
parent 7aaaa83497
commit 43ef690254

View File

@ -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