removed debug

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 04:09:32 +01:00
parent 5d181c8885
commit 03b2c6321f
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ def start_mqtt_publishers():
p6_topic = "tube-"+str(row[0])+"/p6"
# Publish pixel topic
print(str([p1_r, p1_g, p1_b]))
mqtt_client.publish(p1_topic, str([p1_r, p1_g, p1_b]))
mqtt_client.publish(p2_topic, str([p2_r, p2_g, p2_b]))
mqtt_client.publish(p3_topic, str([p3_r, p3_g, p3_b]))