Skip to content

Commit

Permalink
Add NFC NDEF parser by Willy-JL
Browse files Browse the repository at this point in the history
  • Loading branch information
MX committed Jan 11, 2024
1 parent 8a3557b commit 4b3d6e7
Show file tree
Hide file tree
Showing 2 changed files with 484 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 @@ -164,6 +164,15 @@ App(
sources=["plugins/supported_cards/washcity.c"],
)

App(
appid="ndef_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="ndef_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/ndef.c"],
)

App(
appid="nfc_start",
targets=["f7"],
Expand Down
Loading

0 comments on commit 4b3d6e7

Please sign in to comment.