Skip to content

Commit

Permalink
Update ESP-IDF to v4.4.2
Browse files Browse the repository at this point in the history
Resolve #906, resolve #889
  • Loading branch information
valeros committed Sep 13, 2022
1 parent 57b5765 commit 0abe8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ def _get_installed_pip_packages():
"future": ">=0.15.2",
"pyparsing": ">=2.0.3,<2.4.0",
"kconfiglib": "==13.7.1",
"idf-component-manager": "~=1.0"
}

installed_packages = _get_installed_pip_packages()
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.40401.0"
"version": "~3.40402.0"
},
"tool-esptoolpy": {
"type": "uploader",
Expand Down

0 comments on commit 0abe8d3

Please sign in to comment.