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

13 lines
287 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-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",
fap_category="Sub-Ghz",
)