Skip to content

Commit e22ad7e

Browse files
authored
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
1 parent d45f35a commit e22ad7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ files:
4242
- "platform.txt"
4343
- "programmers.txt"
4444
dependencies:
45-
idf: ">=5.1"
45+
idf: ">=5.1,<5.2"
4646
# mdns 1.2.1 is necessary to build H2 with no WiFi
4747
mdns: "^1.2.3"
4848
espressif/esp_modem: "^1.1.0"

0 commit comments

Comments
 (0)