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
So a programme like this one, which purposely turns off the run_every events during sleep, will wake up and run the print_time() function 5 times in a row:
The heart animation can be seen 5 times, and this is printed to serial:
15182
15985
16789
17593
18397
I think in the occasions when deep_sleep is set up with run_every=False, we wouldn't expect the events to still be queued and all of them run when it wakes up, as the board might be put to sleep for long periods of time (for example, a data logging app that is meant to be deployed somewhere and start/stop logging when a button is pressed).