This commit is contained in:
Willy-JL
2024-02-06 21:00:57 +00:00
6 changed files with 178 additions and 18 deletions

View File

@@ -173,6 +173,15 @@ App(
sources=["plugins/supported_cards/hid.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="washcity_parser",
apptype=FlipperAppType.PLUGIN,