parent
aabdd7d46a
commit
19e646263f
|
@ -99,4 +99,4 @@ if __name__ == "__main__":
|
||||||
mqttc.on_message = on_message
|
mqttc.on_message = on_message
|
||||||
mqttc.subscribe("tube-"+str(wlan_mac_address)+"/pixel_colors", 0)
|
mqttc.subscribe("tube-"+str(wlan_mac_address)+"/pixel_colors", 0)
|
||||||
|
|
||||||
mqttc.loop_forever(max_packets = 1)
|
mqttc.loop_forever()
|
Loading…
Reference in New Issue