Open lprhodes opened 7 years ago
I am an old school programmer, so prefer copy method more than assign :)
wait...Do you think the address range is incorrect? I tested with hex dump and think this one is correct. May need to check again.
The original address range commented out on line 173 is correct though it returns in an odd order. The correct order is as follows:
msg.copy(mac, 0x00, 0x3D);
msg.copy(mac, 0x01, 0x3E);
msg.copy(mac, 0x02, 0x3F);
msg.copy(mac, 0x03, 0x3C);
msg.copy(mac, 0x04, 0x3B);
msg.copy(mac, 0x05, 0x3A);
Hey,
Just wondering why you commented out the hex reference on line 173 (which is the correct)