From 0379c78f5785b082248e6e34692343fcdf079f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 03:47:05 +0100 Subject: [PATCH] added 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 8e959fe..906c2a4 100644 --- a/client/main.py +++ b/client/main.py @@ -60,6 +60,7 @@ def is_connected_to_wifi(): def update_led_strip(rgb_values, pixel, strip): print(rgb_values) strip[int(pixel)] = rgb_values + print("Updated pixel "+str(pixel)+" with "+str(rgb_values)) def on_message(mqttc, obj, msg): if msg.topic == "tube-"+wlan_mac_address+"/p1":