We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0282e9f commit 1611179Copy full SHA for 1611179
examples/openthread/.build-test-rules.yml
@@ -23,7 +23,7 @@
23
24
examples/openthread/ot_br:
25
enable:
26
- - 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"
27
- if: SOC_WIFI_SUPPORTED == 1 and (SOC_IEEE802154_SUPPORTED == 1 and CONFIG_NAME == "native_radio")
28
disable_test:
29
- if: IDF_TARGET not in ["esp32s3"]
examples/openthread/ot_br/main/idf_component.yml
@@ -1,7 +1,7 @@
1
## IDF Component Manager Manifest File
2
dependencies:
3
espressif/esp_ot_cli_extension:
4
- version: "~1.3.1"
+ version: "~1.3.0"
5
espressif/mdns: "^1.0.3"
6
## Required IDF version
7
idf:
0 commit comments