mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 09:13:11 +00:00
f9d3d6bf5c
and add new unirf icon(animated) by Svarich
10 lines
215 B
Text
10 lines
215 B
Text
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,
|
|
)
|