8 lines
93 B
Python

import machine
# wdt = machine.WDT(timeout=8000)
# wdt.feed()
# print("Watchdog enabled")