mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/gpio_wakeup_docs_v5.0' into 'release/v5.0'
docs: fix documentation wrongly stating ESP_SLEEP_WAKEUP_GPIO is light sleep only (v5.0) See merge request espressif/esp-idf!19739
This commit is contained in:
commit
c011cdce1c
@ -75,7 +75,7 @@ typedef enum {
|
|||||||
ESP_SLEEP_WAKEUP_TIMER, //!< Wakeup caused by timer
|
ESP_SLEEP_WAKEUP_TIMER, //!< Wakeup caused by timer
|
||||||
ESP_SLEEP_WAKEUP_TOUCHPAD, //!< Wakeup caused by touchpad
|
ESP_SLEEP_WAKEUP_TOUCHPAD, //!< Wakeup caused by touchpad
|
||||||
ESP_SLEEP_WAKEUP_ULP, //!< Wakeup caused by ULP program
|
ESP_SLEEP_WAKEUP_ULP, //!< Wakeup caused by ULP program
|
||||||
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)
|
||||||
ESP_SLEEP_WAKEUP_UART, //!< Wakeup caused by UART (light sleep only)
|
ESP_SLEEP_WAKEUP_UART, //!< Wakeup caused by UART (light sleep only)
|
||||||
ESP_SLEEP_WAKEUP_WIFI, //!< Wakeup caused by WIFI (light sleep only)
|
ESP_SLEEP_WAKEUP_WIFI, //!< Wakeup caused by WIFI (light sleep only)
|
||||||
ESP_SLEEP_WAKEUP_COCPU, //!< Wakeup caused by COCPU int
|
ESP_SLEEP_WAKEUP_COCPU, //!< Wakeup caused by COCPU int
|
||||||
|
Loading…
Reference in New Issue
Block a user