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

This commit is contained in:
MX
2025-09-24 18:55:40 +03:00
2 changed files with 687 additions and 0 deletions

View File

@@ -583,3 +583,12 @@ App(
requires=["nfc"],
sources=["plugins/supported_cards/banapass.c"],
)
App(
appid="aic_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="aic_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/aic.c"],
)