mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
17 lines
382 B
Text
17 lines
382 B
Text
App(
|
|
appid="mfkey32",
|
|
name="Mfkey32",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
targets=["f7"],
|
|
entry_point="mfkey32_main",
|
|
requires=[
|
|
"gui",
|
|
"storage",
|
|
],
|
|
stack_size=1 * 1024,
|
|
fap_icon="mfkey.png",
|
|
fap_category="NFC",
|
|
fap_author="noproto",
|
|
fap_icon_assets="images",
|
|
fap_weburl="https://github.com/noproto/FlipperMfkey",
|
|
)
|