Skip to content

Commit 50d9e5a

Browse files
committed
Revert idf-component-manager version update
1 parent ac4d4ad commit 50d9e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ def _get_installed_pip_packages(python_exe_path):
12811281
# https://github.com/platformio/platform-espressif32/issues/635
12821282
"cryptography": "~=44.0.0" if IDF5 else ">=2.1.4,<35.0.0",
12831283
"pyparsing": ">=3.1.0,<4" if IDF5 else ">=2.0.3,<2.4.0",
1284-
"idf-component-manager": "~=2.1.0" if IDF5 else "~=1.0",
1284+
"idf-component-manager": "~=1.5.2" if IDF5 else "~=1.0",
12851285
"esp-idf-kconfig": "~=2.5.0"
12861286
}
12871287

0 commit comments

Comments
 (0)