-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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