mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 00:48:35 -07:00
Metromoney transport card parser added
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user