Skip to content

Commit

Permalink
Latest Release RM0110-2205-0.93.9-ff168db on PATREON - ADD NFC NDEF
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL authored and RogueMaster committed Jan 11, 2024
1 parent 899ba29 commit ca82f48
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 0 deletions.
1 change: 1 addition & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ This software is for experimental purposes only and is not meant for any illegal
- OFW PR: NFC: [Parser for San Francisco Bay Area "Clipper" transit card. #3344 (By ke6jjj)](https://github.com/flipperdevices/flipperzero-firmware/pull/3344)
- Updated: [NFC Playlist v1.1 (By acegoal07)](https://github.com/acegoal07/FlipperZero_NFC_Playlist/tree/main)
- Updated: [NFC Maker NTAG215 (by Willy-JL)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/commit/343cb39d08f60b75b537e1a31100707935cf6e9d)
- NFC: [Parser for NDEF (By Willy-JL)]()

<a name="release">

Expand Down
9 changes: 9 additions & 0 deletions applications/main/nfc/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ App(
sources=["plugins/supported_cards/myki.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="sonicare_parser",
apptype=FlipperAppType.PLUGIN,
Expand Down
Loading

0 comments on commit ca82f48

Please sign in to comment.