Skip to content

Commit 8c55019

Browse files
gitflow-feature-stash: patch-1
Update max supported IDF version to 5.2.99 and idf dependency range to <5.3.
1 parent 5c22402 commit 8c55019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# idf.py build
77

88
set(min_supported_idf_version "5.1.0")
9-
set(max_supported_idf_version "5.1.99")
9+
set(max_supported_idf_version "5.2.99")
1010
set(idf_version "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")
1111

1212
if ("${idf_version}" AND NOT "$ENV{ARDUINO_SKIP_IDF_VERSION_CHECK}")

idf_component.yml

Lines changed: 1 addition & 1 deletion
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,<5.2"
45+
idf: ">=5.1,<5.3"
4646
# mdns 1.2.1 is necessary to build H2 with no WiFi
4747
espressif/mdns:
4848
version: "^1.2.3"

0 commit comments

Comments
 (0)