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,
"owner": "platformio",
"version": "~3.50101.0",
"optionalVersions": ["~3.40405.0"]
"optionalVersions": ["~3.40406.0"]
},
"tool-esptoolpy": {
"type": "uploader",
+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.40405.0"
self.packages["framework-espidf"]["version"] = "~3.40406.0"
else:
# Use the latest toolchains available for IDF v5.0
for target in (