Added plugin to read WashCity card balance

This commit is contained in:
YaBa
2023-12-26 21:45:36 +00:00
parent 5ef6adb9ea
commit a6bfc27530
2 changed files with 209 additions and 0 deletions

View File

@@ -101,6 +101,15 @@ 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,