This commit is contained in:
Willy-JL
2024-03-05 03:30:04 +00:00
8 changed files with 1771 additions and 1006 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,