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