Update Arduino core to v2.0.15

Resolve #1354
This commit is contained in:
valeros
2024-04-29 14:18:35 +03:00
parent 54f64c9d86
commit 37f73f492a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class Espressif32Platform(PlatformBase):
if "arduino" in frameworks:
# Downgrade the IDF version for mixed Arduino+IDF projects
self.packages["framework-espidf"]["version"] = "~3.40406.0"
self.packages["framework-espidf"]["version"] = "~3.40407.0"
# Delete the latest toolchain packages from config
self.packages.pop("toolchain-xtensa-esp-elf", None)
else: