Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2024-02-06 22:18:29 +03:00
4 changed files with 169 additions and 7 deletions

View File

@@ -200,6 +200,15 @@ App(
sources=["plugins/supported_cards/ndef.c"],
)
App(
appid="itso_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="itso_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/itso.c"],
)
App(
appid="nfc_start",
targets=["f7"],