mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-14 17:45:45 +00:00
- qrcode, ws2812_led and gpio_button moved to examples/common - esp-insights and rmaker_common submodules updated - json_generator and json_parser components copied from component manager so that they can be used for component overrides
6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
menu "GPIO Button"
|
|
config IO_GLITCH_FILTER_TIME_MS
|
|
int "IO glitch filter timer ms (10~100)"
|
|
range 10 100
|
|
default 50
|
|
endmenu |