mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
parser fix
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user