Add NFC NDEF parser by Willy-JL

510404efe7/applications/main/nfc/plugins/supported_cards/ndef.c
This commit is contained in:
MX
2024-01-11 21:30:17 +03:00
parent 8a3557bc97
commit 4b3d6e7332
2 changed files with 484 additions and 0 deletions

View File

@@ -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"],