alarm.sleep_memory now throws an exception. I can't figure what changed. I'm using the same version of circuitpython as always. I don't think the module bundle has changed. (VSCode may have updated without me knowing it.)
I searched the forums for a hint about a change. Nothing!
]0;🐍REPL | 8.0.5\
Adafruit CircuitPython 8.0.5 on 2023-03-31; Waveshare RP2040-Zero with rp2040
import alarm
alarm.sleep_memory[0] = 10
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
IndexError: index out of range