mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 23:37:35 +08:00
Companion computer interface: Add SYS_COMPANION parameter. Setting it to 921600 enables the companion interface.
This commit is contained in:
@@ -434,7 +434,10 @@ then
|
||||
#
|
||||
if ver hwcmp PX4FMU_V2
|
||||
then
|
||||
mavlink start -d /dev/ttyS2 -b 230400 -m onboard
|
||||
if param compare SYS_COMPANION 921600
|
||||
then
|
||||
mavlink start -d /dev/ttyS2 -b 921600 -m onboard
|
||||
fi
|
||||
fi
|
||||
|
||||
# UAVCAN
|
||||
|
||||
Reference in New Issue
Block a user