You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache NDEF data to eliminate repeated reader commands
Previously, NDEF data was read on every 500ms poll cycle even when using
cached card detection. This caused excessive reader command traffic that
could trigger firmware bugs in readers like ACR1252 (hanging after ~14
consecutive operations).
Now the cache includes NDEF data, so detection + NDEF read happens only
once per card UID. Subsequent polls return cached data with zero reader
commands.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments