You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Ricardo, this isn't an issue, again, but another proposal. Why don't add the WDT functions? They are for free in ESP32 sdk, and ESP32 has a real hardware wdt, not a software one as ESP8266. This can prevent accidental infinite loops, who knows, and at the cost of two simple function calls, one to setup the time for wdt, the other one to feed the wdt itself...
Here the sdk reference:
Hi Ricardo, this isn't an issue, again, but another proposal. Why don't add the WDT functions? They are for free in ESP32 sdk, and ESP32 has a real hardware wdt, not a software one as ESP8266. This can prevent accidental infinite loops, who knows, and at the cost of two simple function calls, one to setup the time for wdt, the other one to feed the wdt itself...
Here the sdk reference:
https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/wdts.html
there are a lot of examples online, but it's quite straightforward to use, no need to see examples :-)
Thank you for your time.
The text was updated successfully, but these errors were encountered: