Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2023-12-29 16:57:23 +03:00
14 changed files with 294 additions and 15 deletions

View File

@@ -146,6 +146,15 @@ App(
sources=["plugins/supported_cards/zolotaya_korona.c"],
)
App(
appid="hid_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="hid_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/hid.c"],
)
App(
appid="nfc_start",
targets=["f7"],