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

Wait for card removal method #78

Open
zhiyan114 opened this issue Apr 13, 2024 · 0 comments
Open

Wait for card removal method #78

zhiyan114 opened this issue Apr 13, 2024 · 0 comments

Comments

@zhiyan114
Copy link

So currently, the code will continuously reading a card until it's removed, in some cases, this can be a really bad idea since the software may process the data multiple time if the card isnt removed "on time".

The current workaround is to record the last UID, but this breaks the edge case where user are allowed rescan their tag after removing the tag.

So is it possible to yield the loop until the reader no longer detect the card's field.

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

No branches or pull requests

1 participant