This commit is contained in:
Willy-JL
2024-05-16 04:54:24 +01:00
8 changed files with 977 additions and 422 deletions

View File

@@ -263,6 +263,15 @@ App(
sources=["plugins/supported_cards/itso.c"],
)
App(
appid="skylanders_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="skylanders_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/skylanders.c"],
)
App(
appid="sonicare_parser",
apptype=FlipperAppType.PLUGIN,