mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
11 lines
240 B
Text
11 lines
240 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,
|
|
icon="A_125khz_14",
|
|
order=185,
|
|
)
|