Merge remote-tracking branch 'ofw/dev' into js-backport-of-backport

This commit is contained in:
Willy-JL
2024-10-16 18:25:46 +01:00
7 changed files with 111 additions and 9 deletions

View File

@@ -290,6 +290,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="sonicare_parser",
apptype=FlipperAppType.PLUGIN,