fix advance delay

This commit is contained in:
Lincoln-LM 2022-01-05 08:08:14 -07:00
parent 41e36079e6
commit bc7c2832a2
2 changed files with 2 additions and 4 deletions

View File

@ -10,8 +10,7 @@
],
"thresh": 0.9,
"white_delay": 3.0,
"advance_delay": 0,
"advance_del": 1,
"advance_delay": 3,
"crop": [
0,
0,

View File

@ -10,7 +10,6 @@
],
"thresh": 0.75,
"white_delay": 3.0,
"advance_delay": 1,
"advance_del": 3,
"advance_delay": 3,
"crop": [0,0,0,0]
}