You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error within the library. A Wire.setBufferSize(185); with a value of 185 or more should be called, otherwise it reads 185 bytes into 128 byte array pointer (at least ESP32 has 128 default Wire buffer size) and god knows what/where/when the mem is screwed up.
The text was updated successfully, but these errors were encountered:
There is an error within the library. A
Wire.setBufferSize(185);
with a value of 185 or more should be called, otherwise it reads 185 bytes into 128 byte array pointer (at least ESP32 has 128 default Wire buffer size) and god knows what/where/when the mem is screwed up.The text was updated successfully, but these errors were encountered: