Skip to content

Commit

Permalink
NFC MBTA CharlieCard parsing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyweiss committed Mar 31, 2024
1 parent ef2c955 commit 5be873f
Show file tree
Hide file tree
Showing 2 changed files with 1,041 additions and 0 deletions.
9 changes: 9 additions & 0 deletions applications/main/nfc/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ App(
sources=["plugins/supported_cards/metromoney.c"],
)

App(
appid="charliecard_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="charliecard_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/charliecard.c"],
)

App(
appid="kazan_parser",
apptype=FlipperAppType.PLUGIN,
Expand Down
Loading

0 comments on commit 5be873f

Please sign in to comment.