Skip to content
Snippets Groups Projects
Commit f414d0c4 authored by Beat Küng's avatar Beat Küng
Browse files

SYS_COMPANION: add 1500000 baud to metadata & increase the data rate

parent c905a73e
No related branches found
No related tags found
No related merge requests found
......@@ -212,5 +212,5 @@ fi
#
if param compare SYS_COMPANION 1500000
then
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 1500000 -m onboard -r 10000 -x -f
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 1500000 -m onboard -r 140000 -x -f
fi
......@@ -119,6 +119,7 @@ PARAM_DEFINE_INT32(SYS_MC_EST_GROUP, 2);
* @value 20 Crazyflie (Syslink)
* @value 921600 Companion Link (921600 baud, 8N1)
* @value 57600 Companion Link (57600 baud, 8N1)
* @value 1500000 Companion Link (1500000 baud, 8N1)
* @value 157600 OSD (57600 baud, 8N1)
* @value 257600 Command Receiver (57600 baud, 8N1)
* @value 319200 Normal Telemetry (19200 baud, 8N1)
......
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