fixed tuple ip
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -30,8 +30,8 @@ artnetUniverse = 0
|
||||
# Sets debug in Art-Net module.
|
||||
# Creates Artnet socket on the selected IP and Port
|
||||
artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = False, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454, REFRESH=30, MAC=mac_address_array)
|
||||
artNet.art_pol_reply(artnetBindIp)
|
||||
tuple_ip = (str(get_eth0_ip()), 6454)
|
||||
artNet.art_pol_reply(tuple_ip)
|
||||
while True:
|
||||
try:
|
||||
# Gets whatever the last Art-Net packet we received is
|
||||
|
||||
Reference in New Issue
Block a user