Skip to content
New issue

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

fix bug with iclass UPDATE command #94

Merged
merged 1 commit into from
Jul 9, 2022

Conversation

nvx
Copy link

@nvx nvx commented Jul 9, 2022

I had a couple of off-by-one errors checking the length (forgot to take into account the command byte itself). I also took the time to re-arrange an if-else chain into a switch statement which saves a few bytes of program code and is slightly faster.

@iceman1001 iceman1001 merged commit bb13d08 into RfidResearchGroup:proxgrind Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants