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.
2 parents b720f0d + 9747fbc commit 8100ac5Copy full SHA for 8100ac5
builder/frameworks/espidf.py
@@ -1094,6 +1094,8 @@ def _get_installed_pip_packages(python_exe_path):
1094
return result
1095
1096
deps = {
1097
+ # https://github.com/platformio/platformio-core/issues/4614
1098
+ "urllib3": "<2",
1099
# https://github.com/platformio/platform-espressif32/issues/635
1100
"cryptography": ">=2.1.4,<35.0.0",
1101
"future": ">=0.15.2",
platform.json
@@ -18,7 +18,7 @@
18
"type": "git",
19
"url": "https://github.com/platformio/platform-espressif32.git"
20
},
21
- "version": "6.3.0",
+ "version": "6.3.1",
22
"frameworks": {
23
"arduino": {
24
"package": "framework-arduinoespressif32",
0 commit comments