Closed LordMonoxide closed 5 months ago
This line is overwriting values instead of setting the fourth row to 0. It should be destAddr + (i << 4) + 12.
destAddr + (i << 4) + 12
Thanks for reporting!
This line is overwriting values instead of setting the fourth row to 0. It should be
destAddr + (i << 4) + 12
.