From 6880dfb6b5949ba59089754c4ed84df50f291ee1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 6 Aug 2021 18:07:22 +0200 Subject: more stable lamp mode switching --- lamp.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'lamp.ts') diff --git a/lamp.ts b/lamp.ts index fc4e7af..b9a16a8 100644 --- a/lamp.ts +++ b/lamp.ts @@ -21,7 +21,6 @@ export default class Lamp { this.#color = newColor.map(c => Math.floor(c)) as LampColor; var message = this.colorToString(); if (this.last == message) return; // prevent duplicate messages - this.log.info(message); this.subpr.stdin.write(message + '\n'); this.last = message; } -- cgit v1.2.3