From 6e1704ef408f8ca25336766caeffbfbc3dafe0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 05:03:28 +0100 Subject: [PATCH] debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.py b/client/main.py index 9749556..e200715 100644 --- a/client/main.py +++ b/client/main.py @@ -60,6 +60,7 @@ def is_connected_to_wifi(): return output.split('"')[1] def update_led_strip(rgb_values, pixel, strip): + print(*rgb_values) strip.setPixelColorRGB(int(pixel), *rgb_values) def on_message(mqttc, obj, msg):