Skip to content

Commit c74aecb

Browse files
committed
Increase Wire RX Buffer to 256
1 parent 61cb2a8 commit c74aecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Wire/Wire.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class TwoWire : public Stream
7171
bool transmissionBegun;
7272

7373
// RX Buffer
74-
RingBuffer rxBuffer;
74+
RingBufferT<256> rxBuffer;
7575

7676
//TX buffer
7777
RingBuffer txBuffer;

0 commit comments

Comments
 (0)