13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
App(
|
|
appid="rolling_flaws",
|
|
name="Subghz Rolling Flaws",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="rolling_flaws_app",
|
|
requires=["gui", "subghz"],
|
|
stack_size=2 * 1024,
|
|
fap_icon="rolling_flaws.png",
|
|
fap_category="Sub-GHz",
|
|
fap_icon_assets="assets",
|
|
fap_description="Rolling code receiver, used to learn about rolling code flaws. Watch video at https://youtu.be/gMnGuDC9EQo",
|
|
)
|