examples/managed_component_light: update esp_matter component version 1.3.1

This commit is contained in:
chendejin
2025-01-02 10:24:27 +08:00
parent df7261d2d6
commit 3b5d037082
2 changed files with 4 additions and 9 deletions
+3
View File
@@ -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