mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
14 lines
321 B
Text
14 lines
321 B
Text
App(
|
|
appid="flipfrid",
|
|
name="RFID Fuzzer",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="flipfrid_start",
|
|
cdefines=["APP_FLIP_FRID"],
|
|
requires=["gui", "storage", "dialogs", "input", "notification"],
|
|
stack_size=1 * 1024,
|
|
order=15,
|
|
fap_libs=[
|
|
"lfrfid",
|
|
"toolbox",
|
|
],
|
|
)
|