Revert "Disable microel parser (issues with MFC dict skip)"

This reverts commit c63e6b64d0.
This commit is contained in:
Willy-JL
2024-01-08 00:02:07 +00:00
parent c63e6b64d0
commit 57f5919e79

View File

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