Reduce "closed" time by 50ms. Is still too long when frame fires. Logging might be the culprit

This commit is contained in:
mmcw-dev 2017-10-20 20:42:11 -04:00
parent 6882c37cf0
commit f74fa2798e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ intval.init = function () {
time : 0, //length of frame, in ms
delay : 0, //delay before start of frame, in ms
open : 250, //delay before pausing frame in open state
closed : 150, //time that frame actually remains closed for
closed : 100, //time that frame actually remains closed for
expected : 630 //expected length of frame, in ms
},
release : {