rc.usb: increase data rate to 10000bytes/s for USB

This commit is contained in:
Anton Babushkin 2014-03-11 23:04:23 +04:00
parent 1fd7b89d3c
commit 4cee3614c7

View File

@ -5,7 +5,7 @@
echo "Starting MAVLink on this USB console"
mavlink start -r 5000 -d /dev/ttyACM0
mavlink start -r 10000 -d /dev/ttyACM0
# Exit shell to make it available to MAVLink
exit