unleashed-firmware/applications/main/infrared/application.fam

23 lines
464 B
Plaintext
Raw Normal View History

App(
appid="infrared",
name="Infrared",
apptype=FlipperAppType.MENUEXTERNAL,
entry_point="infrared_app",
targets=["f7"],
icon="A_Infrared_14",
stack_size=3 * 1024,
order=40,
resources="resources",
fap_libs=["assets"],
fap_icon="icon.png",
fap_category="Infrared",
)
App(
appid="infrared_start",
apptype=FlipperAppType.STARTUP,
targets=["f7"],
entry_point="infrared_on_system_start",
order=20,
)