mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix duplicate plugin in storage folder --nobuild
This commit is contained in:
@@ -232,7 +232,7 @@ App(
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="emv_plugin_ep",
|
||||
targets=["f7"],
|
||||
requires=["nfc", "storage"],
|
||||
requires=["nfc"],
|
||||
sources=["plugins/supported_cards/emv.c", "helpers/nfc_emv_parser.c"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user