SHA2017-badge / micropython-esp32

MicroPython ported to the SHA2017 badge
https://micropython.org/
MIT License
12 stars 16 forks source link

Add watchdog methods. #235

Closed basvs closed 6 years ago

basvs commented 6 years ago

esp.wdt_start() - start watchdog for current task esp.wdt_reset() - needs to be called at least every seconds. esp.wdt_stop() - stop watchdog for current task

(issue #231)