We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d85309 commit cd8d7d7Copy full SHA for cd8d7d7
1.0.0/cores/arduino/RingBuffer.h
@@ -25,7 +25,7 @@
25
// using a ring buffer (I think), in which head is the index of the location
26
// to which to write the next incoming character and tail is the index of the
27
// location from which to read.
28
-#define SERIAL_BUFFER_SIZE 128
+#define SERIAL_BUFFER_SIZE 256
29
30
class RingBuffer
31
{
0 commit comments