mirror of
https://github.com/meshtastic/python.git
synced 2026-01-01 20:38:03 -05:00
accidentally dropped an arg
This commit is contained in:
@@ -49,7 +49,7 @@ class SerialInterface(StreamInterface):
|
||||
f.close()
|
||||
time.sleep(0.1)
|
||||
|
||||
self.stream = serial.Serial(devPath, 921600, exclusive=True, timeout=0.5)
|
||||
self.stream = serial.Serial(devPath, 921600, exclusive=True, timeout=0.5, write_timeout=0)
|
||||
if not self.noProto:
|
||||
self.stream.flush()
|
||||
time.sleep(0.1)
|
||||
|
||||
Reference in New Issue
Block a user