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
This commit is contained in:
David Cermak
2025-05-13 16:24:56 +02:00
committed by Rocha Euripedes
parent ea6237dd8d
commit 0cbd2fbcf3

View File

@@ -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]"