Skip to content

Commit

Permalink
Fix init error in sl-web-tools (NabuCasa#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst authored Jan 16, 2024
1 parent 68fbbc6 commit c61780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal_silabs_flasher/flasher.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(
ApplicationType.SPINEL,
),
device: str,
bootloader_reset: str,
bootloader_reset: str | None = None,
):
self._baudrates = baudrates
self._probe_methods = probe_methods
Expand Down

0 comments on commit c61780b

Please sign in to comment.