Revert "touch_sensor: forbid from using touch sensor with sleep on ESP32-S3"

This reverts commit a84faa3cef.
This commit is contained in:
Michael (XIAO Xufeng)
2022-06-08 02:20:56 +08:00
parent 2c1f7a044e
commit 069ef38ff6
3 changed files with 1 additions and 14 deletions
@@ -3,7 +3,7 @@ menu "Example Configuration"
config EXAMPLE_TOUCH_WAKEUP
bool "Enable touch wake up"
default y
depends on !IDF_TARGET_ESP32C3 && !IDF_TARGET_ESP32S3
depends on SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP
help
This option enables wake up from deep sleep using touch pads
TOUCH8 and TOUCH9, which correspond to GPIO33 and GPIO32.