Closed
Description
[based in part on discussion In The Weeds on the weekly meeting March 13, 2023]
- Make the behavior of watchdog at the end of code.py consistent:
probably, only inactivate the watchdog in the case ofKeyboardInterrupt
orReloadException
. - In shared-bindings permit assigning
watchdog.mode = WatchDogMode.NONE
if the underlying hardware supports it. - Mark
watchdog.deinit()
as deprecated now. - In a later version, remove the
watchdog.deinit()
method.