Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2024-02-06 21:23:11 +03:00
10 changed files with 648 additions and 20 deletions

View File

@@ -155,6 +155,15 @@ App(
sources=["plugins/supported_cards/zolotaya_korona_online.c"],
)
App(
appid="clipper_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="clipper_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/clipper.c"],
)
App(
appid="hid_parser",
apptype=FlipperAppType.PLUGIN,