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
I was just wondering how to override it? I mean, I run your code but right after esp going to deepsleep I disconnect if from power and reconnect it after a few seconds.
What behaviour should I expect? In my case esp throws:
rtcStore: 123,10
rtcStore: 123,11
*** Up time: 71, deep sleep for 3600 seconds, with radio off...
How to make it restart code when power comes back instead of going to sleep again?
Cheers,
Pawel
The text was updated successfully, but these errors were encountered:
I wonder if the using ESP.getResetReason() would help to tell if it was starting up due to a deepSleep wake up or a power on reset. Some discussion about that here.
Hi,
Thanks a lot for your 1daydeepsleep code!
https://github.com/HarringayMakerSpace/IoT/blob/master/HygrometerOnceADay/HygrometerOnceADay.ino
I was just wondering how to override it? I mean, I run your code but right after esp going to deepsleep I disconnect if from power and reconnect it after a few seconds.
What behaviour should I expect? In my case esp throws:
How to make it restart code when power comes back instead of going to sleep again?
Cheers,
Pawel
The text was updated successfully, but these errors were encountered: