turning off VDD_SDIO in deepsleep possible?
Posted: Thu Apr 08, 2021 10:16 am
Is it possible to turn off VDD_SDIO in deep sleep on a standard ESP32? (ESP32-D0WDQ6-V3)
By documentation this should do it, right?
esp_sleep_pd_config(ESP_PD_DOMAIN_VDDSDIO, ESP_PD_OPTION_OFF)
But cannot test it. PlatformIO development platform is a bit behind, where ESP_PD_DOMAIN_VDDSDIO has not been implemented yet.
By documentation this should do it, right?
esp_sleep_pd_config(ESP_PD_DOMAIN_VDDSDIO, ESP_PD_OPTION_OFF)
But cannot test it. PlatformIO development platform is a bit behind, where ESP_PD_DOMAIN_VDDSDIO has not been implemented yet.