mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Add forwarding on telem2 normal telemetry option (#8434)
This commit is contained in:
committed by
Daniel Agar
parent
324c5151e7
commit
423241e7e2
@@ -628,19 +628,19 @@ then
|
|||||||
fi
|
fi
|
||||||
if param compare SYS_COMPANION 319200
|
if param compare SYS_COMPANION 319200
|
||||||
then
|
then
|
||||||
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 19200 -r 1000
|
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 19200 -r 1000 -f
|
||||||
fi
|
fi
|
||||||
if param compare SYS_COMPANION 338400
|
if param compare SYS_COMPANION 338400
|
||||||
then
|
then
|
||||||
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 38400 -r 1000
|
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 38400 -r 1000 -f
|
||||||
fi
|
fi
|
||||||
if param compare SYS_COMPANION 357600
|
if param compare SYS_COMPANION 357600
|
||||||
then
|
then
|
||||||
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 57600 -r 1000
|
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 57600 -r 1000 -f
|
||||||
fi
|
fi
|
||||||
if param compare SYS_COMPANION 3115200
|
if param compare SYS_COMPANION 3115200
|
||||||
then
|
then
|
||||||
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 115200 -r 1000
|
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 115200 -r 1000 -f
|
||||||
fi
|
fi
|
||||||
if param compare SYS_COMPANION 419200
|
if param compare SYS_COMPANION 419200
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user