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,
|
"optional": true,
|
||||||
"owner": "platformio",
|
"owner": "platformio",
|
||||||
"version": "~3.50101.0",
|
"version": "~3.50101.0",
|
||||||
"optionalVersions": ["~3.40405.0"]
|
"optionalVersions": ["~3.40406.0"]
|
||||||
},
|
},
|
||||||
"tool-esptoolpy": {
|
"tool-esptoolpy": {
|
||||||
"type": "uploader",
|
"type": "uploader",
|
||||||
|
|||||||
+1
-1
@@ -113,7 +113,7 @@ class Espressif32Platform(PlatformBase):
|
|||||||
|
|
||||||
if "arduino" in frameworks:
|
if "arduino" in frameworks:
|
||||||
# Downgrade the IDF version for mixed Arduino+IDF projects
|
# 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:
|
else:
|
||||||
# Use the latest toolchains available for IDF v5.0
|
# Use the latest toolchains available for IDF v5.0
|
||||||
for target in (
|
for target in (
|
||||||
|
|||||||
Reference in New Issue
Block a user