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
Hello @DTTerastar, thank you again for the code. I got the code running on an ESP32 but unfortunately, the program crashes when I try to go on the configuration portal on my desktop. Could be that I'm using a version of the AsyncWebServer library that isnt compatible with the version of your code I'm using. This is the error im getting:
E (28366) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (28366) task_wdt: - async_tcp (CPU 0/1)
E (28366) task_wdt: Tasks currently running:
E (28366) task_wdt: CPU 0: IDLE
E (28366) task_wdt: CPU 1: loopTask
E (28366) task_wdt: Aborting.
abort() was called at PC 0x400e67a5 on core 0
Backtrace:0x400836a1:0x3ffbe9cc |<-CORRUPTED
Could you please tell me the version of the AsyncWebserver youre using? Thanks again :D
The text was updated successfully, but these errors were encountered:
ameerhazo
changed the title
Task Watchdog when connecting to portal
Task Watchdog triggered when connecting to portal
Mar 23, 2023
Hello @DTTerastar, thank you again for the code. I got the code running on an ESP32 but unfortunately, the program crashes when I try to go on the configuration portal on my desktop. Could be that I'm using a version of the AsyncWebServer library that isnt compatible with the version of your code I'm using. This is the error im getting:
Could you please tell me the version of the AsyncWebserver youre using? Thanks again :D
The text was updated successfully, but these errors were encountered: