-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
nfc: Capture and display PWD_AUTH for NTAGs #1471
Conversation
d5aad9d
to
a1af295
Compare
Hello @GMMan ! |
I'm leaving this PR as-is, new flow stuff will be in a different PR. |
@GMMan I am still thinking about this PR. I am working on a module which will parse tag-reader communication in different thread and NFC application can display it on screen. I think I will add this functionality differently. |
What's new
Implementation notes:
nfc_worker
that's only valid during the event callback. IMO it's pretty ugly, if you'd like me to refactor the callback to add an additional parameter, I can do that. Alternatively I could change the event type enum parameter to a struct pointer.nfc
just for MFUL emulate scene, so there's a bit of a crazy flags system trying to stuff multiple state variables into the int.Verification
FF FF FF FF
).Checklist (For Reviewer)