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
Find on ESP32_IDF4 build, It does not happen for ESP32 builds - It happens sporadicly . Can anyone else please check this or try this for a ESPC3_IDF4 or ESP32S6_IDF4 board.
If the WDT fails, presumably it's blocking in that function which it shouldn't? It might be worth adding some print statements to check if it is blocking or if it's just chance the backtrace included it.
But actually I think in other builds like C3 we might try and disable task_wdt causing a reboot so maybe it's a sdkconfig issue? Even if that's the case we should probably fix the select call if it is blocking because that'll be screwing up other execution
Just set ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0(=n) "Watch CPU0 Idle Task" and extendet the tinyMQTT to receive messages and is works. But I guess this is just a work around.
Find on ESP32_IDF4 build, It does not happen for ESP32 builds - It happens sporadicly . Can anyone else please check this or try this for a ESPC3_IDF4 or ESP32S6_IDF4 board.
version info
Striped down sample coding
output
backtrace info CPU 0
backtrace info CPU 1
The text was updated successfully, but these errors were encountered: