parent
5d181c8885
commit
03b2c6321f
|
@ -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]))
|
||||
|
|
Loading…
Reference in New Issue