Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2023-12-03 18:42:11 +03:00
2 changed files with 173 additions and 0 deletions

View File

@@ -110,6 +110,15 @@ App(
sources=["plugins/supported_cards/kazan.c"],
)
App(
appid="aime_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="aime_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/aime.c"],
)
App(
appid="nfc_start",
targets=["f7"],