mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-28 01:58:11 -07:00
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
App(
|
|
appid="flipfrid",
|
|
name="RFID Fuzzer",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="flipfrid_start",
|
|
cdefines=["APP_FLIP_FRID"],
|
|
requires=["gui", "storage", "dialogs", "input", "notification"],
|
|
stack_size=1 * 1024,
|
|
order=15,
|
|
fap_libs=[
|
|
"lfrfid",
|
|
"toolbox",
|
|
],
|
|
)
|