You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It means blockId will never reach 255, but just 254.
I tested the code with a few fixtures and they errored on the 254 -> 0 switch.
Any chance this can be fixed for future versions?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, this line of code is suspicious:
libartnet/artnet/transmit.c
Line 349 in 61878f9
It means blockId will never reach 255, but just 254.
I tested the code with a few fixtures and they errored on the 254 -> 0 switch.
Any chance this can be fixed for future versions?
Thanks
The text was updated successfully, but these errors were encountered: