Skip to content

Commit

Permalink
Update esp-insights component to latest version (#36078)
Browse files Browse the repository at this point in the history
  • Loading branch information
shripad621git authored Nov 5, 2024
1 parent ba1f9a2 commit 22fb834
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions config/esp32/components/chip/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,14 @@ dependencies:
- if: "idf_version >=4.4"

espressif/esp_insights:
version: "1.0.1"
version: "1.2.2"
require: public
# There is an issue with IDF-Component-Manager when ESP Insights is included.
# Issue: https://github.com/project-chip/connectedhomeip/issues/29125
rules:
- if: "idf_version >=5.0"
- if: "target != esp32h2"

# This matches the dependency of esp_insights
espressif/esp_diag_data_store:
version: "1.0.1"
require: public
rules:
- if: "idf_version >=5.0"
- if: "target != esp32h2"

espressif/esp_rcp_update:
version: "1.2.0"
rules:
Expand Down

0 comments on commit 22fb834

Please sign in to comment.