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

17 lines
404 B
Text
Raw Normal View History

App(
appid="subghz_remote",
2022-08-23 16:32:09 +00:00
name="Sub-GHz Remote",
2023-07-10 14:21:49 +00:00
apptype=FlipperAppType.MENUEXTERNAL,
entry_point="subghz_remote_app",
icon="A_SubGHzRemote_14",
2023-07-14 09:59:58 +00:00
requires=[
"gui",
"dialogs",
],
2023-05-30 14:41:49 +00:00
stack_size=2 * 1024,
order=11,
2023-07-10 16:59:25 +00:00
fap_libs=["assets",],
2023-07-10 14:21:49 +00:00
fap_icon="icon.png",
2023-07-14 09:59:58 +00:00
fap_description="SubGhz Remote, uses up to 5 .sub files",
2023-08-20 09:24:49 +00:00
fap_category="Sub-GHz",
2023-07-14 09:59:58 +00:00
)