Skip to content

Commit 3bbc355

Browse files
authored
disable tools-mconf
1 parent eba7e96 commit 3bbc355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/frameworks/espidf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ def populate_idf_env_vars(idf_env):
253253
os.path.join(platform.get_package_dir("toolchain-esp32ulp"), "bin"),
254254
)
255255

256-
if IS_WINDOWS:
257-
additional_packages.append(platform.get_package_dir("tool-mconf"))
256+
# if IS_WINDOWS:
257+
# additional_packages.append(platform.get_package_dir("tool-mconf"))
258258

259259
idf_env["PATH"] = os.pathsep.join(additional_packages + [idf_env["PATH"]])
260260

0 commit comments

Comments
 (0)