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):