Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I2C Buffer overflow #13

Open
tshcherban opened this issue Aug 18, 2024 · 0 comments
Open

I2C Buffer overflow #13

tshcherban opened this issue Aug 18, 2024 · 0 comments

Comments

@tshcherban
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant