Update evdevDriver.py
This commit is contained in:
parent
5241bfa8ab
commit
4c2c8b83e4
@ -80,7 +80,7 @@ class driver(inputDriver):
|
|||||||
while r == []:
|
while r == []:
|
||||||
if active.value == 0:
|
if active.value == 0:
|
||||||
return
|
return
|
||||||
r, w, x = select(list(params['dev']), [], [], 0.3)
|
r, w, x = select(list(params['dev']), [], [], 0.5)
|
||||||
self.watchDog.value = 0
|
self.watchDog.value = 0
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user