mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-01-07 14:06:34 +03:00
f9d3d6bf5c
and add new unirf icon(animated) by Svarich
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,
|
|
)
|