Compare commits

..

No commits in common. "c9f35ffe907c04c18181e5ddf26e27c6e2a38fea" and "f47ea2d382677cb4d47a6f5d11d386d9e0371a36" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ class Arduino {
this.timer = new Date().getTime()
this.locks[serial] = true
await delay(cfg.arduino.serialDelay)
this.log.info("got here")
try {
results = await this.stateAsync(device, confirm)
} catch (e) {