From b098463363577fe6ec300eed1f992bb14d44944e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 2 Jul 2022 10:32:41 +0200 Subject: [PATCH] finnally removed animation 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 fec1631..437b7c4 100644 --- a/main.py +++ b/main.py @@ -43,7 +43,6 @@ def wheel(pos): return Color(255 - pos * 3, 0, pos * 3) else: pos -= 170 - client.publish("server-rack-led/rgb", str(0)+","+str(pos * 3)+","+str(255 - pos * 3)) return Color(0, pos * 3, 255 - pos * 3) def rainbowCycle( strip, wait_ms=5, iterations=10):