Skip to content

Commit

Permalink
fix(json): Fix requirements for touch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Sep 28, 2024
1 parent fed17cc commit 74d3868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/ESP32/examples/Touch/TouchButton/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"requires": [
"CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y"
"CONFIG_SOC_TOUCH_VERSION_1=y"
]
}
2 changes: 1 addition & 1 deletion libraries/ESP32/examples/Touch/TouchButtonV2/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"requires": [
"CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y"
"CONFIG_SOC_TOUCH_VERSION_2=y"
]
}

0 comments on commit 74d3868

Please sign in to comment.