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 57b5765 commit 0abe8d3Copy full SHA for 0abe8d3
builder/frameworks/espidf.py
@@ -1047,6 +1047,7 @@ def _get_installed_pip_packages():
1047
"future": ">=0.15.2",
1048
"pyparsing": ">=2.0.3,<2.4.0",
1049
"kconfiglib": "==13.7.1",
1050
+ "idf-component-manager": "~=1.0"
1051
}
1052
1053
installed_packages = _get_installed_pip_packages()
platform.json
@@ -84,7 +84,7 @@
84
"type": "framework",
85
"optional": true,
86
"owner": "platformio",
87
- "version": "~3.40401.0"
+ "version": "~3.40402.0"
88
},
89
"tool-esptoolpy": {
90
"type": "uploader",
0 commit comments