2022-06-26 17:57:29 +00:00
|
|
|
App(
|
2023-03-06 07:32:01 +00:00
|
|
|
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,
|
2023-03-06 07:32:01 +00:00
|
|
|
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,
|
2022-06-26 17:57:29 +00:00
|
|
|
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-07-10 14:21:49 +00:00
|
|
|
fap_category="Sub-Ghz",
|
2023-07-14 09:59:58 +00:00
|
|
|
)
|