Where best to feed a watchdog?
iconnor opened this issue · 0 comments
iconnor commented
I wanted to feed the watchdog but wanted to know if there is anything like a health check I can call in my main loop to see if everything is okay.
I have getDeviceId just to see if the class is still around and listing the device but maybe there is something better.
if (fauxmo.getDeviceId("example") > -1) {
ESP.wdtFeed();
}