parser fix

This commit is contained in:
Methodius
2024-01-30 00:29:06 +09:00
parent 3612814a18
commit a15312e052
4 changed files with 50 additions and 42 deletions

View File

@@ -178,8 +178,8 @@ App(
apptype=FlipperAppType.PLUGIN,
entry_point="emv_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/emv.c"],
requires=["nfc", "storage"],
sources=["plugins/supported_cards/emv.c", "helpers/nfc_emv_parser.c"],
)
App(