Merge remote-tracking branch 'ofw/dev' into mntm-dev

This commit is contained in:
Willy-JL
2025-02-20 03:49:06 +00:00
25 changed files with 756 additions and 108 deletions

View File

@@ -321,6 +321,16 @@ App(
sources=["plugins/supported_cards/trt.c"],
)
App(
appid="disney_infinity_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="disney_infinity_plugin_ep",
targets=["f7"],
requires=["nfc"],
fap_libs=["mbedtls"],
sources=["plugins/supported_cards/disney_infinity.c"],
)
App(
appid="sonicare_parser",
apptype=FlipperAppType.PLUGIN,