We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 606fe89 + 704bed8 commit 186212eCopy full SHA for 186212e
components/esp_matter/idf_component.yml
@@ -0,0 +1,10 @@
1
+## IDF Component Manager Manifest File
2
+dependencies:
3
+ # This matches the dependency of esp_insights
4
+ # TODO: CON-1374
5
+ espressif/esp_diag_data_store:
6
+ version: "1.0.1"
7
+ require: public
8
+ rules:
9
+ - if: "idf_version >=5.0"
10
+ - if: "target != esp32h2"
examples/managed_component_light/main/idf_component.yml
@@ -7,4 +7,12 @@ dependencies:
esp_bsp_generic:
version: "^1.1.0"
espressif/esp_matter:
- version: "^0.0.2"
+ version: "^0.0.2"
11
12
13
14
15
16
17
18
+
0 commit comments