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

flashing on ESP32 required to slow it down #39

Closed
viperho opened this issue Apr 7, 2020 · 1 comment
Closed

flashing on ESP32 required to slow it down #39

viperho opened this issue Apr 7, 2020 · 1 comment

Comments

@viperho
Copy link

viperho commented Apr 7, 2020

The sketch css811flash was failing on an ESP32. But once I added the line:
setCpuFrequencyMhz(80);
it worked well.

Many thanks for the tool.

@maarten-pennings
Copy link
Owner

That's strange. The only things I can imagine is that there was a mismatch between the actual CPU frequency and the CPU frequency assumed by the I2C block. And the setCpuFrequency fixed that...

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

2 participants