Change was causing double frames. Remove for now.
This commit is contained in:
parent
757e3dd86d
commit
ca4282c02f
|
@ -239,7 +239,7 @@ intval._watchMicro = function (err, val) {
|
|||
//log.info(`Microswitch val: ${val}`)
|
||||
//determine when to stop
|
||||
if (val === 0 && intval._state.frame.active) {
|
||||
if (!intval._state.micro.primed && (now - intval._state.frame.start) > 100) {
|
||||
if (!intval._state.micro.primed) {
|
||||
intval._state.micro.primed = true
|
||||
intval._state.micro.time = now
|
||||
log.info('Microswitch primed to stop motor')
|
||||
|
|
Loading…
Reference in New Issue