User Ratings
Featured Reviews
Most Helpful Positive Review
The energy savings potential of this project is huge.
Most Helpful Negative Review
File load.c Is: static char csum_buf[48]; Let: static char csum_buf[49]; Because: 49 = (2 + 1) * 16 + 1 (for the terminating \0) Otherwise: orig_checksum [0] = 0 and the checksums do not match.
Express yourself: log in to write a review.
User Reviews
-
The energy savings potential of this project is huge.
-
+1 thanks!
-
File load.c Is: static char csum_buf[48]; Let: static char csum_buf[49]; Because: 49 = (2 + 1) * 16 + 1 (for the terminating \0) Otherwise: orig_checksum [0] = 0 and the checksums do not match.