Update IDF package to v4.4.6 for mixed IDF/Arduino projects

This commit is contained in:
valeros
2023-12-05 13:41:23 +02:00
parent d83933996f
commit 3cf0b92d84
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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 (