2022-08-24 16:14:03 +00:00
|
|
|
App(
|
2022-09-29 05:20:00 +00:00
|
|
|
appid="RFID_Fuzzer",
|
2022-09-03 20:10:07 +00:00
|
|
|
name="RFID Fuzzer",
|
2022-09-15 16:37:06 +00:00
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
2022-08-24 16:14:03 +00:00
|
|
|
entry_point="flipfrid_start",
|
|
|
|
cdefines=["APP_FLIP_FRID"],
|
2022-09-14 18:04:04 +00:00
|
|
|
requires=["gui", "storage", "dialogs", "input", "notification"],
|
2022-08-24 16:14:03 +00:00
|
|
|
stack_size=1 * 1024,
|
2022-09-10 23:09:02 +00:00
|
|
|
order=15,
|
2022-09-14 22:14:55 +00:00
|
|
|
fap_icon="rfid_10px.png",
|
|
|
|
fap_category="Tools",
|
2022-10-28 15:32:52 +00:00
|
|
|
fap_icon_assets="images",
|
2022-08-24 16:14:03 +00:00
|
|
|
)
|