Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cee0796

Browse files
carlsadevyte
authored andcommittedJan 20, 2019
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
 

‎libraries/Wire/Wire.h

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.