Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2025-02-20 04:22:42 +03:00
7 changed files with 359 additions and 1 deletions

View File

@@ -319,6 +319,16 @@ App(
sources=["nfc_cli.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"],