mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
487dd63550
- Fixed the esp-matter examples build failure due to espressif/esp_diag_data_store component version update. - Added a idf_component.yml in components/esp_matter to pin the required version of the component.
11 lines
299 B
YAML
11 lines
299 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
# This matches the dependency of esp_insights
|
|
# TODO: CON-1374
|
|
espressif/esp_diag_data_store:
|
|
version: "1.0.1"
|
|
require: public
|
|
rules:
|
|
- if: "idf_version >=5.0"
|
|
- if: "target != esp32h2"
|