You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the original ESP32, GPIO_12 was normally isolated during sleep to save power.
// Isolate GPIO12 pin from external circuits. This is needed for modules // which have an external pull-up resistor on GPIO12 (such as ESP32-WROVER) // to minimize current consumption. rtc_gpio_isolate(GPIO_NUM_12);
Have you found any pins that should be similarly isolated on the ESP32-S3?
The text was updated successfully, but these errors were encountered:
Again, really great, and needed reference.
On the original ESP32, GPIO_12 was normally isolated during sleep to save power.
// Isolate GPIO12 pin from external circuits. This is needed for modules // which have an external pull-up resistor on GPIO12 (such as ESP32-WROVER) // to minimize current consumption. rtc_gpio_isolate(GPIO_NUM_12);
Have you found any pins that should be similarly isolated on the ESP32-S3?
The text was updated successfully, but these errors were encountered: