Skip to content

Commit

Permalink
App manifest: UFW menuexternal
Browse files Browse the repository at this point in the history
  • Loading branch information
gid9798 committed Aug 29, 2023
1 parent bca3518 commit 3346c92
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
App(
appid="subghz_remote_ofw",
name="Sub-GHz Remote",
apptype=FlipperAppType.EXTERNAL,
entry_point="subghz_remote_app",
requires=[
"gui",
"dialogs",
],
stack_size=2 * 1024,
targets=["f7"],
fap_icon="icon.png",
fap_author="gid9798 xMasterX",
fap_description="SubGhz Remote, uses up to 5 .sub files",
fap_category="Sub-GHz",
fap_icon_assets="icons",
fap_icon_assets_symbol="subghz_remote",
fap_version="1.2",
# fap_weburl="https://github.com/DarkFlippers/SubGHz_Remote",
)

# App(
# appid="subghz_remote",
# appid="subghz_remote_ofw",
# name="Sub-GHz Remote",
# apptype=FlipperAppType.MENUEXTERNAL,
# apptype=FlipperAppType.EXTERNAL,
# entry_point="subghz_remote_app",
# icon="A_SubGHzRemote_14",
# order=11,
# requires=[
# "gui",
# "dialogs",
Expand All @@ -41,3 +18,26 @@ App(
# fap_version="1.2",
# # fap_weburl="https://github.com/DarkFlippers/SubGHz_Remote",
# )

App(
appid="subghz_remote",
name="Sub-GHz Remote",
apptype=FlipperAppType.MENUEXTERNAL,
entry_point="subghz_remote_app",
icon="A_SubGHzRemote_14",
order=11,
requires=[
"gui",
"dialogs",
],
stack_size=2 * 1024,
targets=["f7"],
fap_icon="icon.png",
fap_author="gid9798 xMasterX",
fap_description="SubGhz Remote, uses up to 5 .sub files",
fap_category="Sub-GHz",
fap_icon_assets="icons",
fap_icon_assets_symbol="subghz_remote",
fap_version="1.2",
# fap_weburl="https://github.com/DarkFlippers/SubGHz_Remote",
)

0 comments on commit 3346c92

Please sign in to comment.