Search found 1 match

by atban98
Wed Aug 26, 2020 5:05 pm
Forum: General Discussion
Topic: Disable Task watchdog on ESP32-SOLO
Replies: 0
Views: 1829

Disable Task watchdog on ESP32-SOLO

Hi, I am trying to get working my ESP-SOLO module in Arduino IDE, but I face this issue . The module resets periodically with any program. I could fix it with calling vTaskDelay(10) "randomly" in my code. What would be the best solution to fix this issue? Things I tried, but didn't work, they didn't...