Skip to content

Commit

Permalink
samples: input_dump: input_esp32_touch_sensor bugfix
Browse files Browse the repository at this point in the history
.conf files added to enable INPUT_ESP32_TOUCH_SENSOR during sample build.
The absence of these files incorrectly prevented the input_dump sample
build from failing due to missing required hal files.

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
  • Loading branch information
wmrsouza authored and dleach02 committed Oct 21, 2024
1 parent d8c8d02 commit 98e0e65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_INPUT_ESP32_TOUCH_SENSOR=y
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_INPUT_ESP32_TOUCH_SENSOR=y
1 change: 1 addition & 0 deletions samples/subsys/input/input_dump/boards/esp32s2_saola.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_INPUT_ESP32_TOUCH_SENSOR=y
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_INPUT_ESP32_TOUCH_SENSOR=y

0 comments on commit 98e0e65

Please sign in to comment.