Skip to content

Commit cca21e6

Browse files
authored
Only Builds Matter for the ESP32-C5, no other SoC
1 parent 1f16484 commit cca21e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dependencies:
2020
version: "1.4.1"
2121
require: public
2222
rules:
23-
- if: "target not in [esp32c2, esp32h2, esp32p4]"
23+
- if: "target not in [esp32c2, esp32h2, esp32, esp32c3, esp32s2, esp32s3, esp32c6, esp32p4]"

0 commit comments

Comments
 (0)