Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-13 16:49:34 +01:00
parent 8eae9fcba4
commit bf077cd919
+1
View File
@@ -27,6 +27,7 @@ artnetUniverse = 0
# 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(DEBUG = True)
artNet.art_pol_reply(get_eth0_ip())
while True: while True:
try: try:
# Gets whatever the last Art-Net packet we received is # Gets whatever the last Art-Net packet we received is