2023-05-12 13:47:39 +00:00
|
|
|
App(
|
2023-05-19 18:06:03 +00:00
|
|
|
appid="subrem_remote_fap",
|
|
|
|
name="Sub-GHz Remote",
|
2023-05-19 18:21:36 +00:00
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
2023-05-12 13:47:39 +00:00
|
|
|
entry_point="subghz_remote_app",
|
|
|
|
requires=[
|
|
|
|
"gui",
|
|
|
|
"dialogs",
|
|
|
|
],
|
2023-05-26 14:39:43 +00:00
|
|
|
stack_size=3 * 1024,
|
2023-05-19 18:06:03 +00:00
|
|
|
order=50,
|
2023-05-26 14:39:43 +00:00
|
|
|
fap_description="Remote control for transmission multiple *.sub files",
|
|
|
|
fap_category="Debug", #"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
|
|
|
)
|