mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-18 04:34:45 -07:00
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
App(
|
|
appid="flipfrid",
|
|
name="RFID Fuzzer",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="flipfrid_start",
|
|
cdefines=["APP_FLIP_FRID"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=29,
|
|
)
|