mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
fix(openthread/br): enable ot_br CI case for native wifi targets
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
examples/openthread/ot_br:
|
||||
enable:
|
||||
- if: (SOC_WIFI_SUPPORTED == 1 and IDF_TARGET == "esp32p4") and CONFIG_NAME != "native_radio"
|
||||
- if: (SOC_WIFI_SUPPORTED == 1 or IDF_TARGET == "esp32p4") and CONFIG_NAME != "native_radio"
|
||||
- if: SOC_WIFI_SUPPORTED == 1 and (SOC_IEEE802154_SUPPORTED == 1 and CONFIG_NAME == "native_radio")
|
||||
disable_test:
|
||||
- if: IDF_TARGET not in ["esp32s3"]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
## IDF Component Manager Manifest File
|
||||
dependencies:
|
||||
espressif/esp_ot_cli_extension:
|
||||
version: "~1.3.1"
|
||||
version: "~1.3.0"
|
||||
espressif/mdns: "^1.0.3"
|
||||
## Required IDF version
|
||||
idf:
|
||||
|
Reference in New Issue
Block a user