Update evdevDriver.py

This commit is contained in:
chrys87
2018-03-06 16:29:25 +01:00
committed by GitHub
parent 5241bfa8ab
commit 4c2c8b83e4

View File

@ -80,7 +80,7 @@ class driver(inputDriver):
while r == []:
if active.value == 0:
return
r, w, x = select(list(params['dev']), [], [], 0.3)
r, w, x = select(list(params['dev']), [], [], 0.5)
self.watchDog.value = 0
except:
pass