Skip to content

Commit a81dcdc

Browse files
committed
tl-install v1.5.0
1 parent e1cc3fb commit a81dcdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"tl-install": {
9999
"optional": false,
100100
"owner": "pioarduino",
101-
"version": "https://github.com/pioarduino/esp_install/releases/download/v1.4.0/esp_install-v1.4.0.zip"
101+
"version": "https://github.com/pioarduino/esp_install/releases/download/v1.5.0/esp_install-v1.5.0.zip"
102102
},
103103
"tool-dfuutil": {
104104
"type": "uploader",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
python_exe = get_pythonexe_path()
2929
IS_WINDOWS = sys.platform.startswith("win")
3030
IDF_TOOLS_PATH_DEFAULT = os.path.join(os.path.expanduser("~"), ".espressif")
31-
IDF_TOOLS = os.path.join(os.path.expanduser("~"), ".platformio", "packages", "tool-install", "tools", "idf_tools.py")
31+
IDF_TOOLS = os.path.join(os.path.expanduser("~"), ".platformio", "packages", "tl-install", "tools", "idf_tools.py")
3232
IDF_TOOLS_FLAG = ["install"]
3333
IDF_TOOLS_CMD = [python_exe, IDF_TOOLS] + IDF_TOOLS_FLAG
3434

0 commit comments

Comments
 (0)