Intval default should be 530, not 630 as it is right now.
This commit is contained in:
parent
67ed6c7d0b
commit
70ca24c62f
|
@ -42,7 +42,7 @@ intval._frame = {
|
||||||
open : 250, //delay before pausing frame in open state
|
open : 250, //delay before pausing frame in open state
|
||||||
openBwd : 400,
|
openBwd : 400,
|
||||||
closed : 100, //time that frame actually remains closed for
|
closed : 100, //time that frame actually remains closed for
|
||||||
expected : 630 //expected length of frame, in ms
|
expected : 530 //expected length of frame, in ms
|
||||||
}
|
}
|
||||||
intval._release = {
|
intval._release = {
|
||||||
min : 20,
|
min : 20,
|
||||||
|
|
Loading…
Reference in New Issue