(answered) question about deep sleep mode
Posted: Thu Oct 25, 2018 2:49 pm
According to the docs,
So...when the ESP32 wakes up from a deep sleep, where is control returned?
Code: Select all
void esp_deep_sleep(uint64_t time_in_us)
...
This function does not return.