mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-13 19:43:34 -07:00
applicatin.fam update
This commit is contained in:
@@ -305,6 +305,33 @@ App(
|
||||
sources=["plugins/supported_cards/plantain.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="szppk_so_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="szppk_so_plugin_ep",
|
||||
targets=["f7"],
|
||||
requires=["nfc"],
|
||||
sources=["plugins/supported_cards/szppk_so.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="sk_tk_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="sk_tk_plugin_ep",
|
||||
targets=["f7"],
|
||||
requires=["nfc"],
|
||||
sources=["plugins/supported_cards/sk_tk.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="sev_tk_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="sev_tk_plugin_ep",
|
||||
targets=["f7"],
|
||||
requires=["nfc"],
|
||||
sources=["plugins/supported_cards/sevppk_tk.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="two_cities_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
|
||||
Reference in New Issue
Block a user