unleashed-firmware/applications/plugins/subbrute/application.fam
2022-09-15 18:27:27 +03:00

12 lines
293 B
Text

App(
appid="subbrute",
name="Sub-GHz Bruteforcer",
apptype=FlipperAppType.PLUGIN,
entry_point="subbrute_start",
cdefines=["APP_SUB_BRUTE"],
requires=["gui","dialogs"],
stack_size=2 * 1024,
order=11,
fap_icon="subbrute_10px.png",
fap_category="Tools",
)