Use render

* Add transactions menu item
* Use nfc assets for country/currency/aid
* remove deprecated render
This commit is contained in:
Nikita Vostokov
2024-01-28 22:45:26 +00:00
parent 786f3568c0
commit 1074af905c
9 changed files with 105 additions and 992 deletions

View File

@@ -182,14 +182,6 @@ App(
sources=["plugins/supported_cards/ndef.c"],
)
App(
appid="emv_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="emv_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/emv.c"],
)
App(
appid="nfc_start",