unleashed-firmware/applications/subbrute/application.fam
2022-09-07 15:38:20 +02:00

10 lines
232 B
Text

App(
appid="subbrute",
name="SubGhz Bruteforcer",
apptype=FlipperAppType.PLUGIN,
entry_point="subbrute_start",
cdefines=["APP_SUB_BRUTE"],
requires=["gui","dialogs"],
stack_size=2 * 1024,
order=70,
)