example: zap_light add support for c2

This commit is contained in:
InfiniteYuan
2023-03-31 20:39:43 +08:00
parent ba96bc8d6e
commit c65194b737
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -121,6 +121,8 @@ variables:
- cd $ESP_MATTER_PATH/examples/zap_light
- idf.py --preview set-target esp32h2
- idf.py build
- idf.py set-target esp32c2
- idf.py build
- cd $ESP_MATTER_PATH/examples/light_switch
- idf.py --preview set-target esp32h2
- idf.py build