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.
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.