Skip to content
Snippets Groups Projects
Commit d3f5cf5d authored by Lorenz Meier's avatar Lorenz Meier
Browse files

MAVLink app via Wifi: Drop max data rate

parent ad3ca2a9
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,7 @@ then
then
set MAVLINK_F "-r 1200 -d /dev/ttyS1"
# Start MAVLink on Wifi (ESP8266 port)
mavlink start -r 80000 -m config -b 921600 -d /dev/ttyS0
mavlink start -r 60000 -m config -b 921600 -d /dev/ttyS0
fi
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