mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 16:58:36 -07:00
Move fw integrated apps to system dir --nobuild
This commit is contained in:
18
applications/system/ir_remote/application.fam
Normal file
18
applications/system/ir_remote/application.fam
Normal file
@@ -0,0 +1,18 @@
|
||||
App(
|
||||
appid="ir_remote",
|
||||
name="IR Remote",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="infrared_remote_app",
|
||||
stack_size=3 * 1024,
|
||||
requires=[
|
||||
"gui",
|
||||
"dialogs",
|
||||
],
|
||||
fap_category="Infrared",
|
||||
fap_icon="ir_10px.png",
|
||||
fap_icon_assets="images",
|
||||
fap_author="@Hong5489 & @friebel & @d4ve10",
|
||||
fap_weburl="https://github.com/Hong5489/ir_remote",
|
||||
fap_version="1.0",
|
||||
fap_description="Bind any IR remote button to each button on flipper d-pad, provides another way to use flipper as IR remote.",
|
||||
)
|
||||
Reference in New Issue
Block a user