unleashed-firmware/applications/subbrute/application.fam

11 lines
232 B
Text
Raw Normal View History

2022-09-07 13:38:20 +00:00
App(
appid="subbrute",
2022-09-08 02:00:53 +00:00
name="SubGHz Bruteforcer",
2022-09-07 13:38:20 +00:00
apptype=FlipperAppType.PLUGIN,
entry_point="subbrute_start",
cdefines=["APP_SUB_BRUTE"],
requires=["gui","dialogs"],
stack_size=2 * 1024,
2022-09-07 14:48:24 +00:00
order=11,
2022-09-07 13:38:20 +00:00
)