NFC: MFC 1k Banapass Parser (#4260)

* seems to be working

* faster reading

* clone detection

* linter: fixes

---------

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: hedger <hedger@nanode.su>
This commit is contained in:
Zinong Li
2025-09-24 00:47:22 +04:00
committed by GitHub
parent 7380eacf0e
commit f4138e5999
2 changed files with 293 additions and 0 deletions

View File

@@ -265,3 +265,12 @@ App(
requires=["cli"],
sources=["nfc_cli.c"],
)
App(
appid="banapass_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="banapass_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/banapass.c"],
)