mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
menu "Lua Touch Module"
|
|
|
|
config LUA_MODULE_TOUCH_DEFAULT_THRESHOLD_MILLI
|
|
int "Default touch threshold in permille"
|
|
default 15
|
|
range 1 500
|
|
help
|
|
Relative touch threshold in permille. For example, 15 means 1.5%.
|
|
|
|
endmenu
|