pimatic / rfcontroljs

nodejs modul with protocol support for different 433mhz switches and weather stations for the RFControl Arduino library.
GNU General Public License v3.0
49 stars 54 forks source link

Fixing bug in checksum computation, adding a test to verify fix. #72

Closed zholer closed 8 years ago

zholer commented 8 years ago

Yikes @Icesory , there was a bug in my checksum computation. Nice catch! Fixed it and added a test to verify the fix.