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