Skip to content

Commit 8d35e9f

Browse files
committed
Merge branch 'backport/build_fix_1.2' into 'release/v1.2'
[v1.2] components/esp-matter: Fixed the esp-matter examples compilation. See merge request app-frameworks/esp-matter!907
2 parents 431edd1 + 487dd63 commit 8d35e9f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)