Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(matter): necessary changes to insights version for esp_matter #11042

Merged
merged 2 commits into from
Mar 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,24 @@ dependencies:
espressif/network_provisioning:
version: "1.0.2"
espressif/esp_rainmaker:
version: "1.5.0"
version: "1.5.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/rmaker_common:
version: "1.4.6"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/esp_insights:
version: "1.0.1"
version: "1.2.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
# New version breaks esp_insights 1.0.1
espressif/esp_diag_data_store:
version: "1.0.1"
version: "1.0.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/esp_diagnostics:
version: "1.0.2"
version: "1.2.1"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/cbor:
Expand Down