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
IDF version (run git describe --tags to find it): 4.4.1
Compiler version (run xtensa-esp32-elf-gcc --version to find it): 8.4.0+2021r2-patch3
Problem Description
ESP32-C3 wakes up from deep sleep by using a GPIO. esp_sleep_get_wakeup_cause returns 7 which stands for ESP_SLEEP_WAKEUP_GPIO which is documented as "light sleep only".
Is this a documentation issue or is this the wrong wakeup cause?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
ESP32-C3 returns wakeup cause that is for light sleep when leaving deep sleep?
ESP32-C3 returns wakeup cause that is for light sleep when leaving deep sleep? (IDFGH-8064)
Aug 16, 2022
Environment
git describe --tags
to find it): 4.4.1xtensa-esp32-elf-gcc --version
to find it): 8.4.0+2021r2-patch3Problem Description
ESP32-C3 wakes up from deep sleep by using a GPIO.
esp_sleep_get_wakeup_cause
returns7
which stands forESP_SLEEP_WAKEUP_GPIO
which is documented as "light sleep only".Is this a documentation issue or is this the wrong wakeup cause?
The text was updated successfully, but these errors were encountered: