Page 1 of 1

(answered) question about deep sleep mode

Posted: Thu Oct 25, 2018 2:49 pm
by mzimmers
According to the docs,

Code: Select all

void esp_deep_sleep(uint64_t time_in_us)
...
This function does not return.
So...when the ESP32 wakes up from a deep sleep, where is control returned?

Re: question about deep sleep mode

Posted: Thu Oct 25, 2018 10:26 pm
by WiFive
Waking from deep sleep will go through the normal boot process and restart the app