Skip to content

Commit fbc2a13

Browse files
committed
bigger buffer for Wire
1 parent da00e39 commit fbc2a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/RingBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// using a ring buffer (I think), in which head is the index of the location
2626
// to which to write the next incoming character and tail is the index of the
2727
// location from which to read.
28-
#define SERIAL_BUFFER_SIZE 64
28+
#define SERIAL_BUFFER_SIZE 164
2929

3030
class RingBuffer
3131
{

0 commit comments

Comments
 (0)