Open
@eightycc

Description

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.