Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-18 13:36:37 +01:00
parent 146786eec2
commit c86b3bd8b0
+2 -1
View File
@@ -115,7 +115,8 @@ def mqtt_publisher(tube_index):
artnetBindIp = get_eth0_ip()
artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = True, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454)
while True:
# print(tube_index)
print(tube_index)
tube_index = tuple(tube_index)
try:
# Gets whatever the last Art-Net packet we received is
artNetPacket = artNet.readPacket()