hideakitai / ArtNet

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

Set poll reply components individually #114

Closed thirstyice closed 4 months ago

thirstyice commented 4 months ago

Sometimes I don't want to set the whole ArtPollReplyConfig at once. Sometimes I just want to update one value.

I see three ways to implement this:

  1. Let the user use their own ArtNetPollReplyConfig, which the receiver references through a pointer (#115
  2. Expose art_net_poll_reply_config to the user (#116)
  3. Provide functions to set each component individually (#117)
hideakitai commented 4 months ago

Thanks, I prefer 3rd option

hideakitai commented 4 months ago

3rd option was merged