thirstyice
thirstyice
Found another one in `Sender_`, figured I'd add it here rather than submitting another PR
Here's the way I've allowed for runtime switching between Wifi/Ethernet: Create an `ArtnetProtocol` class defining pure virtual functions for interacting with artnet (`ArtnetProtocol.h`) Create an `ArtnetWifiProtocol` class inheriting from and...
I feel like adding an interface on top of the existing library functions probably isn't the best solution for inclusion in the library itself as it's basically an entirely separate...
Okay, so I did some research and here's what I've got: With the way the library works currently there are a couple of hurdles to implementing the kind of runtime...
Still exists
At a cursory glance, it seems like a possible solution would be to change `rdm_register_manufacturer_label` to accept a `const char*` instead of a `char*`. Am I missing something there? Would...