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 65e0817 commit 1ad34f3Copy full SHA for 1ad34f3
builder/frameworks/esp8266-rtos-sdk.py
@@ -68,8 +68,6 @@
68
"build.rtos-sdk.sdkconfig_path",
69
os.path.join(PROJECT_DIR, "sdkconfig.%s" % env.subst("$PIOENV")),
70
)
71
-if not os.path.isfile(SDKCONFIG_PATH):
72
- SDKCONFIG_PATH = os.path.join(PROJECT_DIR, "sdkconfig")
73
74
# replace paths for windows
75
SDKCONFIG_PATH = SDKCONFIG_PATH.replace("\\","/")
@@ -998,7 +996,8 @@ def _get_installed_pip_packages():
998
996
# https://github.com/platformio/platform-espressif32/issues/635
999
997
"cryptography": ">=2.1.4,<35.0.0",
1000
"future": ">=0.15.2",
1001
- "pyparsing": ">=2.0.3,<2.4.0"
+ "pyparsing": ">=2.0.3,<2.4.0",
+ "setuptools": ">0"
1002
}
1003
1004
installed_packages = _get_installed_pip_packages()
0 commit comments