Skip to content

Commit

Permalink
Merge pull request #3 from trevorwslee/develop
Browse files Browse the repository at this point in the history
going for v0.3.0
  • Loading branch information
trevorwslee authored Sep 16, 2023
2 parents 2574d92 + 0ae85a7 commit 521420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumbdisplay/_dumbdisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class DumbDisplay(DumbDisplayImpl):
@staticmethod
def runningWithMicropython():
return hasattr(sys, 'implementation') and sys.implementation.name == 'micropython'
def __init__(self, io: DDInputOutput, reset_machine_when_failed_to_send_command: bool = True, reset_machine_if_detected_disconnect_for_s: int = 15):
def __init__(self, io: DDInputOutput, reset_machine_when_failed_to_send_command: bool = True, reset_machine_if_detected_disconnect_for_s: int = None):
super().__init__(io)
#self.debug_led = None
self.reset_machine_when_failed_to_send_command = reset_machine_when_failed_to_send_command
Expand Down

0 comments on commit 521420c

Please sign in to comment.