Update IDF package to v4.4.6 for mixed IDF/Arduino projects
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~3.50101.0",
|
||||
"optionalVersions": ["~3.40405.0"]
|
||||
"optionalVersions": ["~3.40406.0"]
|
||||
},
|
||||
"tool-esptoolpy": {
|
||||
"type": "uploader",
|
||||
|
||||
+1
-1
@@ -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.40405.0"
|
||||
self.packages["framework-espidf"]["version"] = "~3.40406.0"
|
||||
else:
|
||||
# Use the latest toolchains available for IDF v5.0
|
||||
for target in (
|
||||
|
||||
Reference in New Issue
Block a user