I am encountering an issue with a high deep sleep current draw.
My application wakes up when a GPIO interrupts it; therefore, I am calling this function;
- esp_sleep_enable_ext0_wakeup(GPIO_NUM_2,1);
I am using a module for my design, the ESP32-S3-WROOM-1-N8R8.
Does anybody know why this might be so I can hone in on fixing it?