Skip to content

Commit 8422b74

Browse files
committed
Fix touch examples JSON for P4
1 parent 6935131 commit 8422b74

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"requires": [
33
"CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y"
4-
]
4+
],
5+
"targets": {
6+
"esp32p4": false
7+
}
58
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"requires": [
33
"CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y"
4-
]
4+
],
5+
"targets": {
6+
"esp32p4": false
7+
}
58
}

0 commit comments

Comments
 (0)