speed up communication

pull/1/head
Pavol Rusnak 9 years ago
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…
Cancel
Save