added universe print

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 21:32:16 +01:00
parent 11eb9425cc
commit d21c4563db
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ def start_mqtt_publishers(universe_count):
if artNetPacket is not None and artNetPacket.data is not None:
#Checks to see if the current packet is for the specified DMX Universe
if artNetPacket.universe == universe:
# print(artNetPacket.universe)
print(artNetPacket.universe)
dmxPacket = artNetPacket.data
try:
for i in range(512):