Skip to content

Commit 1055706

Browse files
authored
feat(matter): remove esp_matter from idf_component.yml (managed components)
1 parent ce69233 commit 1055706

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main/idf_component.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies:
1616
version: ">=1.4.2"
1717
rules:
1818
- if: "target in [esp32s3]"
19-
espressif/esp_matter:
20-
version: "^1.3.0"
21-
require: public
22-
rules:
23-
- if: "target not in [esp32c2, esp32h2, esp32p4]"
19+
# espressif/esp_matter:
20+
# version: "^1.3.0"
21+
# require: public
22+
# rules:
23+
# - if: "target not in [esp32c2, esp32h2, esp32p4]"

0 commit comments

Comments
 (0)