From 18d6e2c7cd09d660adf3ec63e3b93a352e08b6f1 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 12 Jul 2023 22:22:46 -0400 Subject: [PATCH] WIP on state problem --- src/arduino/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arduino/index.ts b/src/arduino/index.ts index 2df12bf..4d83bd8 100644 --- a/src/arduino/index.ts +++ b/src/arduino/index.ts @@ -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) {