test
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -119,7 +119,6 @@ def start_mqtt_publishers():
|
||||
# Gets whatever the last Art-Net packet we received is
|
||||
artNetPacket = artNet.readPacket()
|
||||
# Make sure we actually *have* a packet
|
||||
if artNetPacket is not None and artNetPacket.data is not None:
|
||||
#Checks to see if the current packet is for the specified DMX Universe
|
||||
dmxPacket = artNetPacket.data
|
||||
for i in range(512):
|
||||
|
||||
@@ -15,8 +15,8 @@ def get_eth0_ip():
|
||||
debug = False
|
||||
|
||||
### ArtNet Config ###
|
||||
artnetBindIp = str(get_eth0_ip())
|
||||
# artnetBindIp = "10.0.0.4"
|
||||
# artnetBindIp = str(get_eth0_ip())
|
||||
artnetBindIp = "10.0.0.4"
|
||||
artnetUniverse = 0
|
||||
|
||||
### Art-Net Setup ###
|
||||
|
||||
Reference in New Issue
Block a user