Disable microel parser (issues with MFC dict skip)

This commit is contained in:
Willy-JL
2024-01-07 17:30:34 +00:00
parent d7fe14b116
commit c63e6b64d0

View File

@@ -182,14 +182,14 @@ App(
sources=["plugins/supported_cards/mizip.c"], sources=["plugins/supported_cards/mizip.c"],
) )
App( # App(
appid="microel_parser", # appid="microel_parser",
apptype=FlipperAppType.PLUGIN, # apptype=FlipperAppType.PLUGIN,
entry_point="microel_plugin_ep", # entry_point="microel_plugin_ep",
targets=["f7"], # targets=["f7"],
requires=["nfc"], # requires=["nfc"],
sources=["plugins/supported_cards/microel.c"], # sources=["plugins/supported_cards/microel.c"],
) # )
App( App(
appid="nfc_start", appid="nfc_start",