From c63e6b64d0bcf9895583a3dfadae97633da86dd9 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:30:34 +0000 Subject: [PATCH] Disable microel parser (issues with MFC dict skip) --- applications/main/nfc/application.fam | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/applications/main/nfc/application.fam b/applications/main/nfc/application.fam index f3a26db39..1bd2df28e 100644 --- a/applications/main/nfc/application.fam +++ b/applications/main/nfc/application.fam @@ -182,14 +182,14 @@ App( sources=["plugins/supported_cards/mizip.c"], ) -App( - appid="microel_parser", - apptype=FlipperAppType.PLUGIN, - entry_point="microel_plugin_ep", - targets=["f7"], - requires=["nfc"], - sources=["plugins/supported_cards/microel.c"], -) +# App( +# appid="microel_parser", +# apptype=FlipperAppType.PLUGIN, +# entry_point="microel_plugin_ep", +# targets=["f7"], +# requires=["nfc"], +# sources=["plugins/supported_cards/microel.c"], +# ) App( appid="nfc_start",