mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 08:08:36 -07:00
Disable microel parser (issues with MFC dict skip)
This commit is contained in:
@@ -182,14 +182,14 @@ App(
|
|||||||
sources=["plugins/supported_cards/mizip.c"],
|
sources=["plugins/supported_cards/mizip.c"],
|
||||||
)
|
)
|
||||||
|
|
||||||
App(
|
# App(
|
||||||
appid="microel_parser",
|
# appid="microel_parser",
|
||||||
apptype=FlipperAppType.PLUGIN,
|
# apptype=FlipperAppType.PLUGIN,
|
||||||
entry_point="microel_plugin_ep",
|
# entry_point="microel_plugin_ep",
|
||||||
targets=["f7"],
|
# targets=["f7"],
|
||||||
requires=["nfc"],
|
# requires=["nfc"],
|
||||||
sources=["plugins/supported_cards/microel.c"],
|
# sources=["plugins/supported_cards/microel.c"],
|
||||||
)
|
# )
|
||||||
|
|
||||||
App(
|
App(
|
||||||
appid="nfc_start",
|
appid="nfc_start",
|
||||||
|
|||||||
Reference in New Issue
Block a user