hideakitai / ArtNet

Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
MIT License
257 stars 52 forks source link

ArtPoolReply #97

Closed alexbst closed 9 months ago

alexbst commented 9 months ago

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

hideakitai commented 9 months ago

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

https://github.com/hideakitai/ArtNet/issues/81

alexbst commented 9 months ago

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

hideakitai commented 9 months ago

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

hideakitai commented 9 months ago

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.

hideakitai commented 9 months ago

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