boards/esp32-lyrat: Fix typos
This commit is contained in:
parent
cdd0787b54
commit
42b3316d51
1 changed files with 2 additions and 2 deletions
|
|
@ -6,13 +6,13 @@
|
|||
if ARCH_BOARD_ESP32_LYRAT
|
||||
|
||||
config ESP32_TOUCH
|
||||
bool "Touch Pads"
|
||||
bool "Touch pads"
|
||||
default n
|
||||
---help---
|
||||
Enable ESP32 touch pad support.
|
||||
|
||||
config ESP32_TOUCH_FILTER
|
||||
bool "Touch Pad IIR Filter"
|
||||
bool "Touch pad IIR filter"
|
||||
select ESP32_RT_TIMER
|
||||
default n
|
||||
depends on ESP32_TOUCH
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue