#RP2040 wake_alarm
1 messages · Page 1 of 1 (latest)
I filed an issue https://github.com/adafruit/circuitpython/issues/5794 In the mean time I think I will have boot.py write to nvm to distinguish between cold boot and "wake" (or soft reset.) Thanks again.
also see whether the microcontroller.cpu.reset_reason or supervisor.runtime.run_reason
Oh OK cool I did not know about those!