Skip to content

Commit 493f298

Browse files
authored
fix dfu-util install
1 parent bd947d8 commit 493f298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def _install_filesystem_tool(self, filesystem: str, for_download: bool = False)
424424
handler()
425425

426426
# Currently only Arduino Nano ESP32 uses the dfuutil tool as uploader
427-
def _handle_dfuutil_tool(self, for_download: bool) -> None:
427+
def _handle_dfuutil_tool(self, variables: Dict, for_download: bool = False) -> None:
428428
"""Install dfuutil tool for Arduino Nano Board"""
429429
if variables.get("board") == "arduino_nano_esp32":
430430
self.install_tool("tool-dfuutil-arduino")

0 commit comments

Comments
 (0)