Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2024-10-16 19:46:06 +03:00
2 changed files with 103 additions and 0 deletions

View File

@@ -281,6 +281,15 @@ App(
sources=["plugins/supported_cards/hworld.c"],
)
App(
appid="trt_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="trt_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/trt.c"],
)
App(
appid="nfc_cli",
targets=["f7"],