mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-11 20:28:54 +00:00
8b3b5fa802
icons by @Svaarich
12 lines
293 B
Text
12 lines
293 B
Text
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,
|
|
fap_icon="subbrute_10px.png",
|
|
fap_category="Tools",
|
|
)
|