File tree 2 files changed +4
-9
lines changed
examples/managed_component_light/main
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -446,6 +446,9 @@ build_managed_component_light:
446
446
- cd ${ESP_MATTER_PATH}/examples/managed_component_light
447
447
- idf.py set-target esp32c3
448
448
- idf.py build
449
+ - rm -rf managed_components # Remove managed_components to prevent hash problem
450
+ - idf.py set-target esp32h2
451
+ - idf.py build
449
452
450
453
build_docs :
451
454
stage : build
Original file line number Diff line number Diff line change @@ -7,12 +7,4 @@ dependencies:
7
7
esp_bsp_generic :
8
8
version : " ^1.1.0"
9
9
espressif/esp_matter :
10
- version : " ^1.3.0"
11
- # This matches the dependency of esp_insights
12
- espressif/esp_diag_data_store :
13
- version : " 1.0.1"
14
- require : public
15
- rules :
16
- - if : " idf_version >=5.0"
17
- - if : " target != esp32h2"
18
-
10
+ version : " ^1.3.1"
You can’t perform that action at this time.
0 commit comments