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

This commit is contained in:
MX
2025-09-24 00:45:00 +03:00
3 changed files with 293 additions and 0 deletions

View File

@@ -574,3 +574,12 @@ App(
requires=["cli"],
sources=["nfc_cli.c"],
)
App(
appid="banapass_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="banapass_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/banapass.c"],
)