It happens when a client connects to the ESP32 webserver.
I'm seeing this console output:
Code: Select all
E (59990) wifi: ieee80211_output.c 552
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
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'm using esp-idf release v3.1
Can someone from Espressif tell me what is on line 552 of ieee80211_output.c ?