Skip to content

Commit

Permalink
Merge pull request #653 from DarkFlippers/nfc-parsers
Browse files Browse the repository at this point in the history
Nfc parsers
  • Loading branch information
xMasterX authored Nov 20, 2023
2 parents 4eb40ce + 00b1018 commit baca599
Show file tree
Hide file tree
Showing 3 changed files with 3,023 additions and 19 deletions.
9 changes: 9 additions & 0 deletions applications/main/nfc/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ App(
sources=["plugins/supported_cards/troika.c"],
)

App(
appid="social_moscow_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="social_moscow_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/social_moscow.c"],
)

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

0 comments on commit baca599

Please sign in to comment.