Compare commits
2 Commits
f47ea2d382
...
c9f35ffe90
Author | SHA1 | Date |
---|---|---|
|
c9f35ffe90 | |
|
18d6e2c7cd |
|
@ -194,6 +194,7 @@ 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) {
|
||||
|
|
Loading…
Reference in New Issue