Skip to content

Commit ad40c11

Browse files
committed
Use esptoolpy v3.1 by default
Resolve platformio#569
1 parent 6c30a4a commit ad40c11

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

platform.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111
"tool-esptoolpy": {
112112
"type": "uploader",
113113
"owner": "platformio",
114-
"version": "~1.30000.0",
115-
"optionalVersions": ["~1.30100.0"]
114+
"version": "~1.30100.0"
116115
},
117116
"tool-mbctool": {
118117
"optional": true,

platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def configure_default_packages(self, variables, targets):
4141
elif p in ("tool-mconf", "tool-idf") and "windows" in get_systype():
4242
self.packages[p]["optional"] = False
4343
self.packages["toolchain-xtensa32"]["version"] = "~2.80400.0"
44-
self.packages["tool-esptoolpy"]["version"] = "~1.30100.0"
4544
if "arduino" in frameworks:
4645
# Arduino component is not compatible with ESP-IDF >=4.1
4746
self.packages["framework-espidf"]["version"] = "~3.40001.0"

0 commit comments

Comments
 (0)