We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
Just wondering why you commented out the hex reference on line 173 (which is the correct)
The text was updated successfully, but these errors were encountered:
I am an old school programmer, so prefer copy method more than assign :)
Sorry, something went wrong.
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);
No branches or pull requests
Hey,
Just wondering why you commented out the hex reference on line 173 (which is the correct)
The text was updated successfully, but these errors were encountered: