Khaalidi / HLW8032

A lightweight library for the HLW8032 SOP8 high precision energy metering IC
MIT License
50 stars 15 forks source link

Fix CRC Calculation #7

Closed maxkondor closed 2 years ago

maxkondor commented 2 years ago

Fix CRC calculaion (in for cycle type 23) for(uint8_t a = 2; a < 23; a++) { check += ((const uint8_t*) data)[a]; }

maxkondor commented 2 years ago

Sorry, you have <= instead of <. I Close it.