diff --git a/raspberry/arduinos.py b/raspberry/arduinos.py index 10a88e5..711b5b9 100755 --- a/raspberry/arduinos.py +++ b/raspberry/arduinos.py @@ -10,7 +10,7 @@ ser = serial.Serial( parity=serial.PARITY_NONE, stopbits=serial.STOPBITS_ONE, bytesize=serial.EIGHTBITS, - timeout=1 + timeout=2 ) ser.flush() @@ -28,7 +28,3 @@ while True: break quit() - - - -