2022-06-26 12:00:03 +00:00
|
|
|
App(
|
|
|
|
appid="infrared",
|
|
|
|
name="Infrared",
|
2023-07-10 08:03:41 +00:00
|
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
2022-06-26 12:00:03 +00:00
|
|
|
entry_point="infrared_app",
|
2023-02-07 16:33:05 +00:00
|
|
|
targets=["f7"],
|
2022-06-26 12:00:03 +00:00
|
|
|
icon="A_Infrared_14",
|
|
|
|
stack_size=3 * 1024,
|
|
|
|
order=40,
|
2023-11-01 04:21:31 +00:00
|
|
|
sources=["*.c", "!infrared_cli.c"],
|
2023-10-30 15:17:30 +00:00
|
|
|
resources="resources",
|
2022-11-05 11:47:59 +00:00
|
|
|
fap_libs=["assets"],
|
2023-07-10 08:03:41 +00:00
|
|
|
fap_icon="icon.png",
|
|
|
|
fap_category="Infrared",
|
2022-06-26 12:00:03 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
App(
|
|
|
|
appid="infrared_start",
|
|
|
|
apptype=FlipperAppType.STARTUP,
|
2023-07-10 08:03:41 +00:00
|
|
|
targets=["f7"],
|
2022-06-26 12:00:03 +00:00
|
|
|
entry_point="infrared_on_system_start",
|
2023-11-01 04:21:31 +00:00
|
|
|
sources=[
|
|
|
|
"infrared_cli.c",
|
|
|
|
"infrared_brute_force.c",
|
|
|
|
"infrared_signal.c",
|
|
|
|
],
|
2022-06-26 12:00:03 +00:00
|
|
|
order=20,
|
|
|
|
)
|