From 9f4c4c6b2b79aa0c3de2b76f6557bcc2429c6aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 14:35:08 +0100 Subject: [PATCH] added mini sleeper 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 8ec71d5..ba3c0bf 100644 --- a/client/main.py +++ b/client/main.py @@ -85,6 +85,7 @@ def on_message(mqttc, obj, msg): update_led_strip(tuple(eval(rgb_values_list[5])), pixel, strip) strip.show() + time.sleep(0.01) if __name__ == "__main__": # Connect to Wi-Fi