babl
babl copied to clipboard
Fixes issue #97
Fix for Issue #97 The code was using Integer.toUnsignedLong for a short value which broke decoding for mid-sized packets.
Hi @Crokoking, thanks for the patch.
I've added CONTRIBUTING.md, which was missing from the repository.
In short, changes to production code need to be covered by a failing unit test before they will be accepted.