test
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -25,7 +25,7 @@ artnetUniverse = 0
|
|||||||
### Art-Net Setup ###
|
### Art-Net Setup ###
|
||||||
# Sets debug in Art-Net module.
|
# Sets debug in Art-Net module.
|
||||||
# Creates Artnet socket on the selected IP and Port
|
# 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())
|
artNet.art_pol_reply(get_eth0_ip())
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user