Skip to content

Commit ca82f48

Browse files
WillyJLRogueMaster
authored andcommitted
Latest Release RM0110-2205-0.93.9-ff168db on PATREON - ADD NFC NDEF
1 parent 899ba29 commit ca82f48

File tree

3 files changed

+485
-0
lines changed

3 files changed

+485
-0
lines changed

ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ This software is for experimental purposes only and is not meant for any illegal
158158
- OFW PR: NFC: [Parser for San Francisco Bay Area "Clipper" transit card. #3344 (By ke6jjj)](https://github.com/flipperdevices/flipperzero-firmware/pull/3344)
159159
- Updated: [NFC Playlist v1.1 (By acegoal07)](https://github.com/acegoal07/FlipperZero_NFC_Playlist/tree/main)
160160
- Updated: [NFC Maker NTAG215 (by Willy-JL)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/commit/343cb39d08f60b75b537e1a31100707935cf6e9d)
161+
- NFC: [Parser for NDEF (By Willy-JL)]()
161162

162163
<a name="release">
163164

applications/main/nfc/application.fam

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ App(
120120
sources=["plugins/supported_cards/myki.c"],
121121
)
122122

123+
App(
124+
appid="ndef_parser",
125+
apptype=FlipperAppType.PLUGIN,
126+
entry_point="ndef_plugin_ep",
127+
targets=["f7"],
128+
requires=["nfc"],
129+
sources=["plugins/supported_cards/ndef.c"],
130+
)
131+
123132
App(
124133
appid="sonicare_parser",
125134
apptype=FlipperAppType.PLUGIN,

0 commit comments

Comments
 (0)