Stop immediately

This commit is contained in:
mmcw-dev 2017-10-19 22:13:34 -04:00
parent b7dd9e4fa1
commit 2a08c64878
1 changed files with 2 additions and 2 deletions

View File

@ -164,9 +164,9 @@ intval._watchMicro = function (err, val) {
if (intval._state.micro.primed) {
intval._state.micro.primed = false
intval._state.micro.time = 0
setTimeout( () => {
//setTimeout( () => {
intval._stop()
}, intval._microDelay)
//}, intval._microDelay)
}
}
}