This commit is contained in:
Willy-JL
2023-11-26 18:49:04 +00:00
3 changed files with 351 additions and 33 deletions

View File

@@ -100,6 +100,15 @@ App(
sources=["plugins/supported_cards/metromoney.c"],
)
App(
appid="kazan_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="kazan_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/kazan.c"],
)
App(
appid="nfc_start",
targets=["f7"],