2023-05-12 16:47:39 +03:00
|
|
|
App(
|
2023-05-26 18:14:15 +03:00
|
|
|
appid="subrem_configurator",
|
2023-05-26 19:52:43 +03:00
|
|
|
name="Remote Maker",
|
2023-05-19 21:21:36 +03:00
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
2023-05-26 19:06:26 +03:00
|
|
|
entry_point="subghz_remote_config_app",
|
2023-05-12 16:47:39 +03:00
|
|
|
requires=[
|
|
|
|
"gui",
|
|
|
|
"dialogs",
|
|
|
|
],
|
2023-05-26 18:14:15 +03:00
|
|
|
stack_size=2 * 1024,
|
2023-05-19 21:06:03 +03:00
|
|
|
order=50,
|
2023-05-26 18:14:15 +03:00
|
|
|
fap_description="File Editor for the SubGhz Remote app",
|
|
|
|
fap_category="Sub-Ghz",
|
2023-05-12 16:47:39 +03:00
|
|
|
fap_icon_assets="icons",
|
2023-05-26 17:39:43 +03:00
|
|
|
fap_icon="icons/subrem_10px.png",
|
2023-05-12 16:47:39 +03:00
|
|
|
)
|