mirror of
https://github.com/meshtastic/python.git
synced 2026-09-16 07:20:23 -04:00
accidentally dropped an arg
This commit is contained in:
1 parent
c7d981ec35
commit
181c04716a
1 file changed
+1
-1
@@ -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