mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
examples/managed_component_light: update esp_matter component version 1.3.1
This commit is contained in:
@@ -446,6 +446,9 @@ build_managed_component_light:
|
||||
- cd ${ESP_MATTER_PATH}/examples/managed_component_light
|
||||
- idf.py set-target esp32c3
|
||||
- idf.py build
|
||||
- rm -rf managed_components # Remove managed_components to prevent hash problem
|
||||
- idf.py set-target esp32h2
|
||||
- idf.py build
|
||||
|
||||
build_docs:
|
||||
stage: build
|
||||
|
||||
@@ -7,12 +7,4 @@ dependencies:
|
||||
esp_bsp_generic:
|
||||
version: "^1.1.0"
|
||||
espressif/esp_matter:
|
||||
version: "^1.3.0"
|
||||
# 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"
|
||||
|
||||
version: "^1.3.1"
|
||||
|
||||
Reference in New Issue
Block a user