esp-idf/examples/peripherals/touch_element/touch_element_waterproof/main/Kconfig.projbuild
2021-02-28 17:33:50 +08:00

11 lines
299 B
Plaintext

menu "Example Configuration"
config TOUCH_WATERPROOF_GUARD_ENABLE
bool "Enable touch sense waterproof guard sensor"
default y
help
This option enables touch sense waterproof guard sensor,
while the shield sensor is not optional.
endmenu