Faster di card reading (#4087)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Eric Betts
2025-02-19 16:22:01 -08:00
committed by GitHub
parent 0f240c4dbc
commit 77445fd2f5
2 changed files with 131 additions and 0 deletions

View File

@@ -247,6 +247,16 @@ App(
sources=["plugins/supported_cards/ndef.c"],
)
App(
appid="disney_infinity_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="disney_infinity_plugin_ep",
targets=["f7"],
requires=["nfc"],
fap_libs=["mbedtls"],
sources=["plugins/supported_cards/disney_infinity.c"],
)
App(
appid="nfc_start",
targets=["f7"],