Skip to content
Snippets Groups Projects
Commit e492d546 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

OBC: increased rx bufsize on Serial0

parent f3e32c84
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ static void init_ardupilot()
// The console port buffers are defined to be sufficiently large to support
// the MAVLink protocol efficiently
//
Serial.begin(SERIAL0_BAUD, 128, SERIAL_BUFSIZE);
Serial.begin(SERIAL0_BAUD, 256, SERIAL_BUFSIZE);
// GPS serial port.
//
......
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