Skip to content
Snippets Groups Projects
Commit 292599d3 authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Lorenz Meier
Browse files

Revert "px4fmu rcS: increase mavlink rate to 100000 for SYS_COMPANION 1500000"

This reverts commit e3537ca6.

It needs changes on the Linux side, so reverting for now.
parent f48605b9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment