unleashed-firmware/applications/flipfrid/application.fam

11 lines
215 B
Text
Raw Normal View History

2022-08-24 16:14:03 +00:00
App(
appid="flipfrid",
name="RFID Fuzzer",
2022-08-24 16:14:03 +00:00
apptype=FlipperAppType.PLUGIN,
entry_point="flipfrid_start",
cdefines=["APP_FLIP_FRID"],
requires=["gui"],
stack_size=1 * 1024,
2022-09-10 23:09:02 +00:00
order=15,
2022-08-24 16:14:03 +00:00
)