Skip to content

Commit 521420c

Browse files
authored
Merge pull request #3 from trevorwslee/develop
going for v0.3.0
2 parents 2574d92 + 0ae85a7 commit 521420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumbdisplay/_dumbdisplay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class DumbDisplay(DumbDisplayImpl):
4646
@staticmethod
4747
def runningWithMicropython():
4848
return hasattr(sys, 'implementation') and sys.implementation.name == 'micropython'
49-
def __init__(self, io: DDInputOutput, reset_machine_when_failed_to_send_command: bool = True, reset_machine_if_detected_disconnect_for_s: int = 15):
49+
def __init__(self, io: DDInputOutput, reset_machine_when_failed_to_send_command: bool = True, reset_machine_if_detected_disconnect_for_s: int = None):
5050
super().__init__(io)
5151
#self.debug_led = None
5252
self.reset_machine_when_failed_to_send_command = reset_machine_when_failed_to_send_command

0 commit comments

Comments
 (0)