Skip to content

Commit 37f73f4

Browse files
committed
Update Arduino core to v2.0.15
Resolve platformio#1354
1 parent 54f64c9 commit 37f73f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: platform.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
"type": "framework",
8383
"optional": true,
8484
"owner": "platformio",
85-
"version": "~3.20014.0"
85+
"version": "~3.20015.0"
8686
},
8787
"framework-espidf": {
8888
"type": "framework",
8989
"optional": true,
9090
"owner": "platformio",
9191
"version": "~3.50201.0",
92-
"optionalVersions": ["~3.40406.0"]
92+
"optionalVersions": ["~3.40407.0"]
9393
},
9494
"tool-esptoolpy": {
9595
"type": "uploader",

Diff for: platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def configure_default_packages(self, variables, targets):
113113

114114
if "arduino" in frameworks:
115115
# Downgrade the IDF version for mixed Arduino+IDF projects
116-
self.packages["framework-espidf"]["version"] = "~3.40406.0"
116+
self.packages["framework-espidf"]["version"] = "~3.40407.0"
117117
# Delete the latest toolchain packages from config
118118
self.packages.pop("toolchain-xtensa-esp-elf", None)
119119
else:

0 commit comments

Comments
 (0)