Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-13 16:56:23 +01:00
parent 025a973311
commit 777c5483b8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ artnetUniverse = 0
### Art-Net Setup ###
# Sets debug in Art-Net module.
# Creates Artnet socket on the selected IP and Port
artNet = Artnet.Artnet(DEBUG = True)
artNet = Artnet.Artnet(BINDIP = get_eth0_ip(), DEBUG = True, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", REFRESH = 60)
artNet.art_pol_reply(get_eth0_ip())
while True: