From 4a6bafa6c5393b51cd27849c46a0fdad7f6f8b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 20 Feb 2024 17:43:40 +0100 Subject: [PATCH] test 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index 2616bd3..8c615ae 100644 --- a/client/main.py +++ b/client/main.py @@ -96,4 +96,4 @@ if __name__ == "__main__": # except KeyboardInterrupt: # for led in range(LED_COUNT): # update_led_strip((0, 0, 0), led, strip) - update_led_strip((255, 255, 255), 0, strip) \ No newline at end of file + update_led_strip((255, 255, 255), 1, strip) \ No newline at end of file