mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 15:30:55 +00:00
speed up communication
This commit is contained in:
parent
049166d6c9
commit
45d9955bc2
@ -122,7 +122,7 @@ class HidTransport(Transport):
|
||||
# device is still alive
|
||||
raise ConnectionError("Connection failed")
|
||||
|
||||
time.sleep(0.05)
|
||||
time.sleep(0.001)
|
||||
continue
|
||||
|
||||
report_id = data[0]
|
||||
|
Loading…
Reference in New Issue
Block a user