Add NFC NDEF parser (URL, Email, WiFi...) --nobuild

This commit is contained in:
Willy-JL
2024-01-10 21:55:07 +01:00
parent 503ab98a7d
commit 510404efe7
2 changed files with 483 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="sonicare_parser",
apptype=FlipperAppType.PLUGIN,