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 87480f9 commit cc71317Copy full SHA for cc71317
platform.py
@@ -74,6 +74,9 @@
74
if IS_WINDOWS:
75
os.environ["PLATFORMIO_SYSTEM_TYPE"] = "windows_amd64"
76
77
+# Clear IDF_TOOLS_PATH, if set tools may be installed in the wrong place
78
+os.environ["IDF_TOOLS_PATH"] = ""
79
+
80
# Global variables
81
python_exe = get_pythonexe_path()
82
pm = ToolPackageManager()
0 commit comments