Unverified Commit 62bf7191 authored by Me No Dev's avatar Me No Dev Committed by GitHub

fix(IDF): Define max IDF version for the component (#9703)

Fixes the issue, where the component is shown as compatible with ESP-IDF 5.2, while in fact isn't.

cc: @igrr
parent d45f35a2
......@@ -42,7 +42,7 @@ files:
- "platform.txt"
- "programmers.txt"
dependencies:
idf: ">=5.1"
idf: ">=5.1,<5.2"
# mdns 1.2.1 is necessary to build H2 with no WiFi
mdns: "^1.2.3"
espressif/esp_modem: "^1.1.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment