speed up communication

This commit is contained in:
Pavol Rusnak 2015-02-25 17:54:27 +01:00
parent 049166d6c9
commit 45d9955bc2
1 changed files with 1 additions and 1 deletions

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]