Skip to content

Commit 3cf0b92

Browse files
committed
Update IDF package to v4.4.6 for mixed IDF/Arduino projects
1 parent d839339 commit 3cf0b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"optional": true,
9393
"owner": "platformio",
9494
"version": "~3.50101.0",
95-
"optionalVersions": ["~3.40405.0"]
95+
"optionalVersions": ["~3.40406.0"]
9696
},
9797
"tool-esptoolpy": {
9898
"type": "uploader",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def configure_default_packages(self, variables, targets):
113113

114114
if "arduino" in frameworks:
115115
# Downgrade the IDF version for mixed Arduino+IDF projects
116-
self.packages["framework-espidf"]["version"] = "~3.40405.0"
116+
self.packages["framework-espidf"]["version"] = "~3.40406.0"
117117
else:
118118
# Use the latest toolchains available for IDF v5.0
119119
for target in (

0 commit comments

Comments
 (0)