Kazan transport cards parser added

This commit is contained in:
Methodius
2023-11-23 22:19:26 +09:00
parent 5f18532a59
commit 6c2e332638
2 changed files with 296 additions and 0 deletions

View File

@@ -101,6 +101,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"],