mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
12 lines
240 B
Text
12 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,
|
||
|
)
|