Skip to content

Commit 6c219b1

Browse files
authored
Do not build matter for ESP32-P4
1 parent cd44433 commit 6c219b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
version: "^1.3.0"
2727
require: public
2828
rules:
29-
- if: "target not in [esp32c2, esp32h2]"
29+
- if: "target not in [esp32c2, esp32h2, esp32p4]"
3030

3131
# esp-sr: "^1.3.1"
3232
# esp32-camera: "^2.0.4"

0 commit comments

Comments
 (0)