Replies: 1 comment
-
increasing default 160MHz cpu speed to 240Mhz solved it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I created a simple internet radio arduino.ino sketch as esp-idf component and added the library and finally got it compiled without errors. I also changed the TCIP settings in configmenu as describer in the examples. I am using 4mb esp32-wroom module. When I try to fullclean, build, upload and monitor the project, everything seems to work fine, it starts, connects to the station, I can hear the sound (pcm5102) but after a short while I receive error
E (9579) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time: IDLE (CPU 1)
error. Details are below:Any idea about how to fix it? The full sketch is below:
Beta Was this translation helpful? Give feedback.
All reactions