mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-27 06:04:46 -07: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=11,
|
|
)
|