Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2024-03-05 08:51:14 +03:00
9 changed files with 1779 additions and 1013 deletions

View File

@@ -146,6 +146,15 @@ App(
sources=["plugins/supported_cards/aime.c"],
)
App(
appid="bip_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="bip_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/bip.c"],
)
App(
appid="saflok_parser",
apptype=FlipperAppType.PLUGIN,