From 8259754a7b7b3daad33663864b3706f87f291353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 2 Jul 2022 10:36:42 +0200 Subject: [PATCH] removed unessacry publish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 437b7c4..0ac6445 100644 --- a/main.py +++ b/main.py @@ -93,7 +93,6 @@ if __name__ == '__main__': mode = 0 elif payload == "Custom Color": mode = 1 - client.publish("server-rack-led/rgb", "255,255,255") strip = Adafruit_NeoPixel(LED_COUNT, LED_PIN, LED_FREQ_HZ, LED_DMA, LED_INVERT, LED_BRIGHTNESS, LED_CHANNEL) strip.begin()