Skip to content

Commit f701d01

Browse files
authored
Update idf_tools.py
1 parent 0eb62ae commit f701d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/idf_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class WindowsError(OSError): # type: ignore
8484
TOOLS_FILE_NEW = 'tools/tools.new.json'
8585
IDF_ENV_FILE = 'idf-env.json'
8686
TOOLS_FILE_VERSION = 1
87-
IDF_TOOLS_PATH_DEFAULT = os.path.join('~', '.platformio', '.install')
87+
IDF_TOOLS_PATH_DEFAULT = os.path.join('~', '.platformio')
8888
UNKNOWN_VERSION = 'unknown'
8989
SUBST_TOOL_PATH_REGEX = re.compile(r'\${TOOL_PATH}')
9090
VERSION_REGEX_REPLACE_DEFAULT = r'\1'

0 commit comments

Comments
 (0)