Metromoney transport card parser added

This commit is contained in:
Methodius
2023-11-22 00:39:23 +09:00
parent 3daaea6ecf
commit 4261063c99
2 changed files with 200 additions and 0 deletions

View File

@@ -92,6 +92,15 @@ App(
sources=["plugins/supported_cards/umarsh.c"],
)
App(
appid="metromoney_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="metromoney_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/metromoney.c"],
)
App(
appid="nfc_start",
targets=["f7"],