Skip to content

Commit eb4c7fd

Browse files
esp32:Update idf_component.yml.
Signed-off-by: Vincent1-python <pywei201209@163.com>
1 parent a8af82c commit eb4c7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
espressif/lan867x:
1717
version: "~1.0.0"
1818
rules:
19-
- if: "target == esp32"
19+
- if: "target in [esp32, esp32p4]"
2020
- if: "idf_version >=5.3"
2121
idf:
2222
version: ">=5.2.0"

0 commit comments

Comments
 (0)