Is it possible to deinit the watchdog (WDT)?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
ihornehrutsa
Posts: 35
Joined: Sat Oct 26, 2019 8:38 pm

Re: Is it possible to deinit the watchdog (WDT)?

Post by ihornehrutsa » Thu Sep 09, 2021 5:01 pm

Add WDT.deinit() method #7766
https://github.com/micropython/micropython/issues/7766

ESP32/machine_wdt.c: Add WDT.deinit() method. #6631
https://github.com/micropython/micropython/pull/6631

Post Reply