Skip to content

Commit 3de9c30

Browse files
committed
Add Matter component as part of the libs
1 parent 009e79d commit 3de9c30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main/idf_component.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ dependencies:
2222
version: ">=1.4.2"
2323
rules:
2424
- if: "target in [esp32s3]"
25+
espressif/esp_matter:
26+
version: "^1.3.0"
27+
require: public
28+
rules:
29+
- if: "target not in [esp32c2]"
2530

2631
# esp-sr: "^1.3.1"
2732
# esp32-camera: "^2.0.4"

0 commit comments

Comments
 (0)