unleashed-firmware/applications/plugins/subbrute/application.fam
2022-09-14 21:04:04 +03:00

11 lines
233 B
Plaintext

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,
)