Use esptoolpy v3.1 by default

Resolve #569
This commit is contained in:
valeros
2021-06-30 14:11:16 +03:00
parent 6c30a4a4b5
commit ad40c11fc6
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -111,8 +111,7 @@
"tool-esptoolpy": {
"type": "uploader",
"owner": "platformio",
"version": "~1.30000.0",
"optionalVersions": ["~1.30100.0"]
"version": "~1.30100.0"
},
"tool-mbctool": {
"optional": true,
-1
View File
@@ -41,7 +41,6 @@ class Espressif32Platform(PlatformBase):
elif p in ("tool-mconf", "tool-idf") and "windows" in get_systype():
self.packages[p]["optional"] = False
self.packages["toolchain-xtensa32"]["version"] = "~2.80400.0"
self.packages["tool-esptoolpy"]["version"] = "~1.30100.0"
if "arduino" in frameworks:
# Arduino component is not compatible with ESP-IDF >=4.1
self.packages["framework-espidf"]["version"] = "~3.40001.0"