Rolling-Flaws (KeeLoq rolling code teacher)

This commit is contained in:
Derek Jamison
2023-09-01 17:24:39 -05:00
parent 26104939ab
commit c0241ed223
48 changed files with 2496 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
App(
appid="rolling_flaws",
name="Subghz Rolling Receiver",
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",
)