canon_ble #82

Merged
mattmcw merged 149 commits from canon_ble into main 2023-08-01 03:38:52 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 18d6e2c7cd - Show all commits

View File

@ -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) {