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