hideakitai / ArtNet

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

Mistype at Receiver.h #94

Closed linxlabs closed 9 months ago

linxlabs commented 9 months ago

Artnet/Receiver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Artnet/Receiver.h b/Artnet/Receiver.h index abd5b25..a086387 100644 --- a/Artnet/Receiver.h +++ b/Artnet/Receiver.h @@ -188,7 +188,7 @@ public: { auto it = this->callback_art_dmx_universes.find(universe); if (it != this->callback_art_dmx_universes.end()) {

hideakitai commented 9 months ago

Thanks for reporting!

hideakitai commented 9 months ago

Please try v0.4.4