From 0cbd2fbcf3c02a11efa1e7a32272529645b3dfb3 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 13 May 2025 16:24:56 +0200 Subject: [PATCH] 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 --- examples/protocols/mqtt/tcp/main/idf_component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/protocols/mqtt/tcp/main/idf_component.yml b/examples/protocols/mqtt/tcp/main/idf_component.yml index 1b1f6db..59805d8 100644 --- a/examples/protocols/mqtt/tcp/main/idf_component.yml +++ b/examples/protocols/mqtt/tcp/main/idf_component.yml @@ -2,6 +2,6 @@ dependencies: protocol_examples_common: path: ${IDF_PATH}/examples/common_components/protocol_examples_common espressif/esp_wifi_remote: - version: ">=0.1.12" + version: ">=0.10,<2.0" rules: - if: "target in [esp32p4, esp32h2]"