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
This commit is contained in:
Me No Dev 2024-05-28 14:40:47 +03:00 committed by GitHub
parent d45f35a2c8
commit 62bf719186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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