From 389112525af7f17a08a2fc0eb9161e80354d07d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 20 Feb 2024 17:43:05 +0100 Subject: [PATCH] test 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 b8ba3d2..2616bd3 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((0, 0, 0), 0, strip) \ No newline at end of file + update_led_strip((255, 255, 255), 0, strip) \ No newline at end of file