1
0
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:
Pavol Rusnak 2015-02-25 17:54:27 +01:00
parent 049166d6c9
commit 45d9955bc2

View File

@ -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]