unleashed-firmware/applications/plugins/flipfrid/application.fam

13 lines
323 B
Plaintext
Raw Normal View History

2022-08-24 19:14:03 +03:00
App(
appid="RFID_Fuzzer",
name="RFID Fuzzer",
apptype=FlipperAppType.EXTERNAL,
2022-08-24 19:14:03 +03:00
entry_point="flipfrid_start",
cdefines=["APP_FLIP_FRID"],
2022-09-14 21:04:04 +03:00
requires=["gui", "storage", "dialogs", "input", "notification"],
2022-08-24 19:14:03 +03:00
stack_size=1 * 1024,
2022-09-11 02:09:02 +03:00
order=15,
fap_icon="rfid_10px.png",
fap_category="Tools",
2022-08-24 19:14:03 +03:00
)