Skip to content

Commit

Permalink
Merge pull request #62 from zacharyweiss/dev
Browse files Browse the repository at this point in the history
NFC MBTA CharlieCard parsing plugin
  • Loading branch information
Willy-JL authored Mar 31, 2024
2 parents ef2c955 + 91cb48e commit 32eab97
Show file tree
Hide file tree
Showing 2 changed files with 1,068 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 32eab97

Please sign in to comment.