forked from Archive/PX4-Autopilot
Revert "px4fmu rcS: increase mavlink rate to 100000 for SYS_COMPANION 1500000"
This reverts commit e3537ca6c2
.
It needs changes on the Linux side, so reverting for now.
This commit is contained in:
parent
f48605b975
commit
292599d3c9
|
@ -630,7 +630,7 @@ then
|
|||
fi
|
||||
if param compare SYS_COMPANION 1500000
|
||||
then
|
||||
mavlink start -d $MAVLINK_COMPANION_DEVICE -b 1500000 -m onboard -r 100000 -x
|
||||
mavlink start -d $MAVLINK_COMPANION_DEVICE -b 1500000 -m onboard -r 10000 -x
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue