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 29237e3 commit 3a7c7fbCopy full SHA for 3a7c7fb
platform.py
@@ -138,7 +138,7 @@ def install_tool(TOOL):
138
139
# Set ULP toolchain if applicable
140
ulp_toolchain = toolchain_data.get("ulp_toolchain")
141
- if ulp_toolchain and os.path.join(ProjectConfig.get_instance().get("platformio", "project_dir"), "ulp"):
+ if ulp_toolchain and os.path.isdir("ulp"):
142
for toolchain in ulp_toolchain:
143
self.packages[toolchain]["optional"] = False
144
# Install debug tools if conditions match
0 commit comments