This commit is contained in:
Willy-JL
2024-02-08 01:03:08 +00:00

View File

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