okay that speed was too fast

This commit is contained in:
Firmware Batman 2017-05-29 23:07:22 -07:00
parent 1b81a2e600
commit 0cef163145
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class FakePort(object):
self.handle.claimInterface(0)
# will only work on new st, old ones will stay @ 921600
self.baudrate = 460800
self.baudrate = 230400
@property
def baudrate(self):