Update Arduino core to v2.0.7
- New boards (resolves #915, resolves #1009) - Updated IDF to v4.4.4 for mixed projects
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ class Espressif32Platform(PlatformBase):
|
||||
|
||||
if "arduino" in frameworks:
|
||||
# Downgrade the IDF version for mixed Arduino+IDF projects
|
||||
self.packages["framework-espidf"]["version"] = "~3.40403.0"
|
||||
self.packages["framework-espidf"]["version"] = "~3.40404.0"
|
||||
else:
|
||||
# Use the latest toolchains available for IDF v5.0
|
||||
for target in (
|
||||
|
||||
Reference in New Issue
Block a user