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",