mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-25 14:50:57 +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
|
# device is still alive
|
||||||
raise ConnectionError("Connection failed")
|
raise ConnectionError("Connection failed")
|
||||||
|
|
||||||
time.sleep(0.05)
|
time.sleep(0.001)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
report_id = data[0]
|
report_id = data[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user