Hi Rui,
I am facing this error can you help me..
Task watchdog got triggered. The following tasks did not reset the watchdog in time: - IDLE (CPU 0) Tasks currently running: CPU 0: wifi CPU 1: IDLE
i will put delay also but still error is coming
2 Answers
Hi Rushi.
I’m not familiar with that error. But after searching for a while, it is recommended to add a vTaskDelay() to your code.
Also, I recommend following this thread, because that’s exactly the same error: https://github.com/espressif/arduino-esp32/issues/595
and this one too: https://github.com/espressif/arduino-esp32/issues/922
I hope this helps.
Regards,
Sara