From 57f5919e79e6c0927baacc35474076fae16c474f Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:02:07 +0000 Subject: [PATCH] Revert "Disable microel parser (issues with MFC dict skip)" This reverts commit c63e6b64d0bcf9895583a3dfadae97633da86dd9. --- 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 1bd2df28e..f3a26db39 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",