Juerd / ESP-WiFiSettings

WiFi Manager for the ESP32 Arduino environment
Other
166 stars 34 forks source link

WDT conflict with ESP32 support v3.x.x #35

Open dquadros opened 3 weeks ago

dquadros commented 3 weeks ago

Not sure if this is a problem with the library or the ESP32 support from Espressif.

When trying the minimal usage example with the esp32 package v 3.0.1 and an ESP32-C3 board, I get continuously the error

task_wdt: esp_task_wdt_reset(763): task not found

Removing the call to esp_task_wdt_reset() in WiFiSettings.cpp fixes the problem.

Trying the minimal usage example with an ESP32 DEVKIT V1 board, I always get the error, with or without the call to esp_task_wdt_reset().