14 lines
459 B
Plaintext
14 lines
459 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_version=(1, 5),
|
|
fap_icon="rolling_flaws.png",
|
|
fap_category="Sub-GHz",
|
|
fap_icon_assets="assets",
|
|
fap_description="Rolling code receiver (version 1.5), used to learn about rolling code flaws. Watch video at https://youtu.be/gMnGuDC9EQo",
|
|
)
|