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