|
|
@@ -3,7 +3,7 @@ menu "Example Configuration"
|
|
|
config EXAMPLE_TOUCH_WAKEUP
|
|
|
bool "Enable touch wake up"
|
|
|
default y
|
|
|
- depends on !IDF_TARGET_ESP32C3
|
|
|
+ depends on !IDF_TARGET_ESP32C3 && !IDF_TARGET_ESP32S3
|
|
|
help
|
|
|
This option enables wake up from deep sleep using touch pads
|
|
|
TOUCH8 and TOUCH9, which correspond to GPIO33 and GPIO32.
|
|
|
@@ -33,8 +33,8 @@ menu "Example Configuration"
|
|
|
default y
|
|
|
depends on IDF_TARGET_ESP32C3
|
|
|
help
|
|
|
- This option enables wake up from GPIO, only GPIO0~5 can be used to wake up. Be aware that if you use low level
|
|
|
- to trigger wakeup, we strongly recommand you to connect external pull-up resistance.
|
|
|
+ This option enables wake up from GPIO, only GPIO0~5 can be used to wake up. Be aware that if you use low
|
|
|
+ level to trigger wakeup, we strongly recommand you to connect external pull-up resistance.
|
|
|
|
|
|
menu "GPIO wakeup configuration"
|
|
|
visible if IDF_TARGET_ESP32C3
|