You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 of KeyboardInterrupt or ReloadException.
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.