mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
CI: remove esp32h4 build in zigbee example
This commit is contained in:
@@ -8,10 +8,10 @@ examples/zigbee/esp_zigbee_gateway:
|
||||
|
||||
examples/zigbee/esp_zigbee_rcp:
|
||||
enable:
|
||||
- if: IDF_TARGET in ["esp32h4", "esp32c6", "esp32h2"]
|
||||
reason: should able to run on esp32h4 esp32h2 and esp32c6
|
||||
- if: IDF_TARGET in ["esp32c6", "esp32h2"]
|
||||
reason: should able to run on esp32h2 and esp32c6
|
||||
|
||||
examples/zigbee/light_sample:
|
||||
enable:
|
||||
- if: IDF_TARGET in ["esp32h4", "esp32c6", "esp32h2"]
|
||||
reason: should able to run on esp32h4 esp32h2 and esp32c6
|
||||
- if: IDF_TARGET in ["esp32c6", "esp32h2"]
|
||||
reason: should able to run on esp32h2 and esp32c6
|
||||
|
Reference in New Issue
Block a user