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 0eb62ae commit f701d01Copy full SHA for f701d01
tools/idf_tools.py
@@ -84,7 +84,7 @@ class WindowsError(OSError): # type: ignore
84
TOOLS_FILE_NEW = 'tools/tools.new.json'
85
IDF_ENV_FILE = 'idf-env.json'
86
TOOLS_FILE_VERSION = 1
87
-IDF_TOOLS_PATH_DEFAULT = os.path.join('~', '.platformio', '.install')
+IDF_TOOLS_PATH_DEFAULT = os.path.join('~', '.platformio')
88
UNKNOWN_VERSION = 'unknown'
89
SUBST_TOOL_PATH_REGEX = re.compile(r'\${TOOL_PATH}')
90
VERSION_REGEX_REPLACE_DEFAULT = r'\1'
0 commit comments