Changing Default WDT Watchdog Timeout
-
Hey all,
I'm wondering how you can change the default Pybytes WDT watchdog timeout.
I know how to make new via: https://docs.pycom.io/firmwareapi/pycom/machine/wdt/ but I'm curious about the one that starts with Pybytes with
pybytes.start()
It looks like this defaults to 21 minutes or 1260 seconds.
Is there any way to change this in config?
Scott
-
Got it, thanks!
-
@Scott-Basgaard There is typically only one watchdog timer in the hardware. So if you create a "new" one, this will effectively overwrite the old hardware watchdog settings. Therefore you don't need to care about "the old one".