mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
App(
|
|
appid="ir_remote",
|
|
name="IR Remote",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="infrared_remote_app",
|
|
stack_size=3 * 1024,
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
fap_category="Tools",
|
|
fap_icon="ir_10px.png",
|
|
fap_icon_assets="images",
|
|
)
|