mirror of
https://github.com/meshtastic/python.git
synced 2026-01-03 05:17:55 -05:00
increase sleep for win11
This commit is contained in:
@@ -89,7 +89,8 @@ class StreamInterface(MeshInterface):
|
||||
self.stream.write(b)
|
||||
self.stream.flush()
|
||||
# we sleep here to give the TBeam a chance to work
|
||||
time.sleep(0.1)
|
||||
# also win11 might need a bit more time, too
|
||||
time.sleep(1.0)
|
||||
|
||||
def _readBytes(self, length):
|
||||
"""Read an array of bytes from our stream"""
|
||||
|
||||
Reference in New Issue
Block a user