EMV parser added

This commit is contained in:
Methodius
2024-01-16 02:43:17 +09:00
parent 08a5adf18e
commit 4b7b0ad6b9
6 changed files with 933 additions and 33 deletions

View File

@@ -182,6 +182,15 @@ App(
sources=["plugins/supported_cards/ndef.c"],
)
App(
appid="emv_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="emv_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/emv.c"],
)
App(
appid="nfc_start",
targets=["f7"],