mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 13:28:36 -07:00
Revert "Disable microel parser (issues with MFC dict skip)"
This reverts commit c63e6b64d0.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user