Chat freely about anything...

User avatar
By Antori91
#75684 Hello,
In one of my ESP8266 projects, the ESP reset/reboot from time to time due to Hardware Watchdog if the reason returned by ESP.getResetReason() is true.
In my Arduino program, I don't stop the Software Watchdog. In this case, how it is possible that Hardware Watchdog timeout happens and not **FIRST** Software Watchdog timeout?
Thanks in advance for your answers