Skip to content

Commit d49f4d3

Browse files
committed
fix(examples): Update wifi-remote dependency to include IDF-v6
Use esp_wifi_remote version < v2.0 Planned release v1.0 to support remote and native coexistence, which should be still compatible with IDFv5.x and IDFv6.x
1 parent 8fede49 commit d49f4d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/protocols/mqtt/tcp/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ dependencies:
22
protocol_examples_common:
33
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
44
espressif/esp_wifi_remote:
5-
version: ">=0.1.12"
5+
version: ">=0.10,<2.0"
66
rules:
77
- if: "target in [esp32p4, esp32h2]"

examples/wifi/iperf/main/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ dependencies:
88
esp-qa/ping-cmd:
99
version: "~1.0.0"
1010
espressif/esp_wifi_remote:
11-
version: "~0.5.3"
11+
version: ">=0.10,<2.0"
1212
rules:
1313
- if: "target in [esp32p4, esp32h2]"
1414
espressif/esp_hosted:
15-
version: "~1"
15+
version: "~2"
1616
rules:
1717
- if: "target in [esp32p4, esp32h2]"
1818
espressif/esp-extconn:

0 commit comments

Comments
 (0)