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
Attempting deep sleep from REPL by alarm.exit_and_deep_sleep_until_alarms exits immediately without sleeping. This is because the REPL implementation does not exit its process loop when a PYEXEC_DEEP_SLEEP is thrown.
This should be fixed or documented as a limitation.