Skip to content

Commit cee0796

Browse files
carlsadevyte
authored andcommitted
Changed I2C buffer from 32 to 128 bytes to match Espressif's ESP32 Arduino core (#3576)
1 parent 049a9ea commit cee0796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Wire/Wire.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131

32-
#define BUFFER_LENGTH 32
32+
#define BUFFER_LENGTH 128
3333

3434
class TwoWire : public Stream
3535
{

0 commit comments

Comments
 (0)