mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
10 lines
232 B
Text
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=11,
|
|
)
|