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
I successfully tested the example "PlayAACFromPROGMEM". When I add an analogRead (any pin), my ESP32-WROOM-32U gets stuck in a boot loop. I guess that this might not be a library problem but maybe someone here can help me.
As I wrote, I have changed nothing in the example code but added a "analogRead(XX)" to it.
Best regards
The text was updated successfully, but these errors were encountered:
That worked, but then out of curiosity I tried with the latest release (removing "@5.3.0"). And except for a warning, it compiles and works fine.
So my guess is that it was fixed in the latest release 3 weeks ago, but arduino ide bases on an earlier version which gives the error, platformio doesnt.
Hello,
I successfully tested the example "PlayAACFromPROGMEM". When I add an analogRead (any pin), my ESP32-WROOM-32U gets stuck in a boot loop. I guess that this might not be a library problem but maybe someone here can help me.
As I wrote, I have changed nothing in the example code but added a "analogRead(XX)" to it.
Best regards
The text was updated successfully, but these errors were encountered: