mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
10 lines
356 B
Plaintext
10 lines
356 B
Plaintext
menu "Touch Element"
|
|
|
|
config TE_SKIP_DSLEEP_WAKEUP_CALIBRATION
|
|
bool "Enable skip deep sleep wakeup calibration"
|
|
default n
|
|
help
|
|
This option allows to store all Touch Sensor channels' threshold into RTC Fast Memory. So that Touch Sensor
|
|
threshold will only be configured once after Power-on Reset.
|
|
|
|
endmenu |