hideakitai / ArtNet

Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArtPoolReply

alexbst opened this issue · comments

ArtPollReplay return wrong universes numbers.

I use subscribeArtDmxUniverse and subscribe 2 universes no matter what universes subscribe to receive ArtPollReplay return 2 times 1
Before i use 0.3.0 and it work

ArtPollReply will be sent once per one subscribed universe now. See below

#81

Yes
But i subscribe universes 2 and 3 , it 2 times return 1 .

Could you give me reproducible, compilable, and minimum code?

I've tested v0.4.4 https://github.com/hideakitai/ArtNet/blob/main/examples/WiFi/receiver/receiver.ino

This example correctly sent universes 1 and 2. Also, changing universes to 2 and 3 correctly sends 2 and 3.

If you still need help, please feel free to reopen this issue.