mirror of
https://github.com/meshtastic/python.git
synced 2026-01-02 12:57:56 -05:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
2
proto
2
proto
Submodule proto updated: 7580666ad4...ebc270f105
Reference in New Issue
Block a user