Code cleanup

This commit is contained in:
Methodius
2024-01-06 03:18:32 +09:00
parent 1bae3d19ee
commit d2549b3b1a
3 changed files with 14 additions and 98 deletions

View File

@@ -101,15 +101,6 @@ App(
sources=["plugins/supported_cards/metromoney.c"],
)
App(
appid="washcity_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="washcity_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/washcity.c"],
)
App(
appid="kazan_parser",
apptype=FlipperAppType.PLUGIN,
@@ -164,6 +155,15 @@ App(
sources=["plugins/supported_cards/hid.c"],
)
App(
appid="washcity_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="washcity_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/washcity.c"],
)
App(
appid="nfc_start",
targets=["f7"],