mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
43b7bbb5b3
2 files changed
+2
-2
No files matched your search
@@ -50,7 +50,7 @@ class SerialInterface(StreamInterface):
|
||||
f.close()
|
||||
time.sleep(0.1)
|
||||
|
||||
self.stream = serial.Serial(self.devPath, 921600, exclusive=True, timeout=0.5, write_timeout=0)
|
||||
self.stream = serial.Serial(self.devPath, 115200, exclusive=True, timeout=0.5, write_timeout=0)
|
||||
self.stream.flush()
|
||||
time.sleep(0.1)
|
||||
|
||||
|
||||
+1
-1
Submodule proto updated: 7580666ad4...ebc270f105.
Reference in new issue
Block a user