unleashed-firmware/applications/external/ir_scope/application.fam
2023-07-05 19:43:05 +03:00

14 lines
370 B
Text

App(
appid="ir_scope",
name="IR Scope",
apptype=FlipperAppType.EXTERNAL,
entry_point="ir_scope_app",
cdefines=["APP_IR_SCOPE"],
requires=["gui"],
stack_size=2 * 1024,
fap_icon="ir_scope.png",
fap_category="Infrared",
fap_author="@kallanreed",
fap_version="1.0",
fap_description="App allows to see incoming IR signals.",
)