We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4d4ad commit 50d9e5aCopy full SHA for 50d9e5a
builder/frameworks/espidf.py
@@ -1281,7 +1281,7 @@ def _get_installed_pip_packages(python_exe_path):
1281
# https://github.com/platformio/platform-espressif32/issues/635
1282
"cryptography": "~=44.0.0" if IDF5 else ">=2.1.4,<35.0.0",
1283
"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",
+ "idf-component-manager": "~=1.5.2" if IDF5 else "~=1.0",
1285
"esp-idf-kconfig": "~=2.5.0"
1286
}
1287
0 commit comments