feat(wifi): add wifi support for esp32c61
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
examples/zigbee/esp_zigbee_gateway:
|
||||
enable:
|
||||
- if: SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c2", "esp32c5"]
|
||||
reason: not supported esp32c2 and esp32c5
|
||||
- if: SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c2", "esp32c5", "esp32c61"]
|
||||
reason: not supported esp32c2 and esp32c5 and esp32c61
|
||||
<<: *zigbee_dependencies
|
||||
|
||||
examples/zigbee/esp_zigbee_rcp:
|
||||
|
||||
Reference in New Issue
Block a user