Skip to content

Commit

Permalink
Update arduino.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Apr 18, 2023
1 parent 9632032 commit 3a6609a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def _get_installed_pip_packages():

deps = {
"wheel": ">=0.35.1",
"zopfli": ">=0.2.2",
"esp-idf-size": ">=0.3.0"
"zopfli": ">=0.2.2"
}

installed_packages = _get_installed_pip_packages()
Expand Down

0 comments on commit 3a6609a

Please sign in to comment.