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
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...
The sketch css811flash was failing on an ESP32. But once I added the line:
setCpuFrequencyMhz(80);
it worked well.
Many thanks for the tool.
The text was updated successfully, but these errors were encountered: