We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbebcc commit 7a900baCopy full SHA for 7a900ba
components/esp_hw_support/include/esp_sleep.h
@@ -75,7 +75,7 @@ typedef enum {
75
ESP_SLEEP_WAKEUP_TIMER, //!< Wakeup caused by timer
76
ESP_SLEEP_WAKEUP_TOUCHPAD, //!< Wakeup caused by touchpad
77
ESP_SLEEP_WAKEUP_ULP, //!< Wakeup caused by ULP program
78
- ESP_SLEEP_WAKEUP_GPIO, //!< Wakeup caused by GPIO (light sleep only)
+ ESP_SLEEP_WAKEUP_GPIO, //!< Wakeup caused by GPIO (light sleep only on ESP32, S2 and S3)
79
ESP_SLEEP_WAKEUP_UART, //!< Wakeup caused by UART (light sleep only)
80
ESP_SLEEP_WAKEUP_WIFI, //!< Wakeup caused by WIFI (light sleep only)
81
ESP_SLEEP_WAKEUP_COCPU, //!< Wakeup caused by COCPU int
0 commit comments