Skip to content

Commit ce9af2a

Browse files
committed
Update Arduino core to v2.0.5
1 parent bb9b135 commit ce9af2a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"type": "framework",
7373
"optional": true,
7474
"owner": "platformio",
75-
"version": "~3.20004.0"
75+
"version": "~3.20005.0"
7676
},
7777
"framework-arduino-mbcwb": {
7878
"type": "framework",

platform.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ def configure_default_packages(self, variables, targets):
8888
sys.exit(1)
8989

9090
if "espidf" in frameworks:
91-
if "arduino" in frameworks:
92-
self.packages["framework-arduinoespressif32"]["version"] = "~3.20003.0"
9391
# Common packages for IDF and mixed Arduino+IDF projects
9492
for p in self.packages:
9593
if p in ("tool-cmake", "tool-ninja", "toolchain-%sulp" % mcu):

0 commit comments

Comments
 (0)