Search found 1 match
- Fri Jul 13, 2018 6:55 am
- Forum: ESP32 Arduino
- Topic: Watchdog
- Replies: 7
- Views: 20803
Re: Watchdog
It is a bit of a hack, but I have had success with building a separate watchdog task to check every 5 seconds to see if wdt has not been reset within the last 8 seconds. These times are just arbitrary. I have had to use this to restart a website monitor if the connected server restarts or loses conn...