Deep sleep for more than 4,294,967,295 microseconds
Posted: Tue Nov 10, 2015 3:37 pm
As I read from the Internet, the parameter that holds the time to put the ESP to deep sleep is a uint32_t, with a max value of 4,294,967,295 microseconds. This translates to something like more than an hour.
For my project I need the ESP to wake up only once a day. How would you accomplish something like this?
Thanks in advance
Alex
For my project I need the ESP to wake up only once a day. How would you accomplish something like this?
Thanks in advance
Alex