mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Add Saflok MFUL Parser Support
by aaronjamt
This commit is contained in:
@@ -369,8 +369,19 @@ App(
|
||||
)
|
||||
|
||||
App(
|
||||
appid="saflok_parser",
|
||||
appid="saflok_mfc_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
cdefines=[("SL_PROTO", "SL_PROTO_MFC")],
|
||||
entry_point="saflok_plugin_ep",
|
||||
targets=["f7"],
|
||||
requires=["nfc"],
|
||||
sources=["plugins/supported_cards/saflok.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="saflok_ul_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
cdefines=[("SL_PROTO", "SL_PROTO_UL")],
|
||||
entry_point="saflok_plugin_ep",
|
||||
targets=["f7"],
|
||||
requires=["nfc"],
|
||||
|
||||
Reference in New Issue
Block a user