Umarsh transport cards parser added

This commit is contained in:
Methodius
2023-11-21 12:21:22 +09:00
parent 00b1018e9e
commit 1a21f0e3c9
2 changed files with 140 additions and 0 deletions

View File

@@ -83,6 +83,15 @@ App(
sources=["plugins/supported_cards/two_cities.c"],
)
App(
appid="umarsh_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="umarsh_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/umarsh.c"],
)
App(
appid="nfc_start",
targets=["f7"],