mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 14:28:36 -07:00
Update system apps
This commit is contained in:
@@ -3,8 +3,17 @@ App(
|
||||
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 and @xMasterX",
|
||||
fap_description="SubGhz Remote, uses up to 5 .sub files",
|
||||
fap_category="Sub-GHz",
|
||||
fap_icon_assets="icons",
|
||||
fap_version="1.3",
|
||||
fap_weburl="https://github.com/DarkFlippers/SubGHz_Remote",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user