We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a358fd8 commit 0ae85a7Copy full SHA for 0ae85a7
dumbdisplay/_dumbdisplay.py
@@ -46,7 +46,7 @@ class DumbDisplay(DumbDisplayImpl):
46
@staticmethod
47
def runningWithMicropython():
48
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):
+ def __init__(self, io: DDInputOutput, reset_machine_when_failed_to_send_command: bool = True, reset_machine_if_detected_disconnect_for_s: int = None):
50
super().__init__(io)
51
#self.debug_led = None
52
self.reset_machine_when_failed_to_send_command = reset_machine_when_failed_to_send_command
0 commit comments