mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-30 16:56:41 +03:00
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
|
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,
|
||
|
)
|