mirror of
https://github.com/meshtastic/python.git
synced 2026-03-03 22:36:12 -05:00
Merge pull request #336 from meshtastic/change-default-baud
Changed baud to 115200
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user