arx-research / libhalo

LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop.
https://arx.org/?source=gh
MIT License
30 stars 5 forks source link

Drivers: Remove caching functionality from readNDEF #312

Closed icedevml closed 2 months ago

icedevml commented 2 months ago

Description

There is a legacy caching functionality in the readNDEF() method which causes LibHaLo to cache the first valid NDEF. That is not correct since the lib user might want to scan multiple tags in a single session.

Checklist

Changes to the drivers

Changes to CLI

Changes to web library

Changes to nfc-manager driver