Skip to content

Commit 9118fbb

Browse files
valerosjonathandreyer
authored andcommitted
Update Arduino core to v2.0.15
Resolve platformio#1354
1 parent c6842a2 commit 9118fbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platform.json

Lines changed: 2 additions & 2 deletions
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",

platform.py

Lines changed: 1 addition & 1 deletion
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)