Compare commits

..

2 Commits

1 changed files with 1 additions and 0 deletions

View File

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