From e22ad7e1338b9ab12e962aaa79becde587376d6e Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Tue, 28 May 2024 11:20:51 +0300 Subject: [PATCH] fix(IDF): Define max IDF version for the component Fixes the issue, where the component is shown as compatible with ESP-IDF 5.2, while in fact isn't. cc: @igrr --- idf_component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idf_component.yml b/idf_component.yml index 2a76aec4d81..cd9a86d86bf 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -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"