mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
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:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user