mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 14:47:35 +08:00
rcS: update comment on mavlink for FMUv4
Comment was a contradiction
This commit is contained in:
committed by
Lorenz Meier
parent
ca6d8fefd8
commit
5cfe0e9a0f
@@ -541,7 +541,7 @@ then
|
||||
# Normal mode, use baudrate 57600 (default) and data rate 1000 bytes/s
|
||||
set MAVLINK_F "-r 1200 -f"
|
||||
|
||||
# Avoid using ttyS1 for MAVLink on FMUv4
|
||||
# Use ttyS1 for MAVLink on FMUv4 in addition to ttyS0 (debug)
|
||||
if ver hwcmp PX4FMU_V4
|
||||
then
|
||||
set MAVLINK_F "-r 1200 -d /dev/ttyS1"
|
||||
|
||||
Reference in New Issue
Block a user