Skip to content

Commit fd8a142

Browse files
committed
minimizing delay for faster processing
1 parent bc3103a commit fd8a142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,5 +493,5 @@ def managageOutputs():
493493
if (Debug):print("keepAlive")
494494
event = time.time()
495495

496-
time.sleep(0.01)
496+
time.sleep(0.001)
497497

0 commit comments

Comments
 (0)