mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
15 lines
298 B
Plaintext
15 lines
298 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="Misc_Extra",
|
||
|
fap_icon="ir_10px.png",
|
||
|
fap_icon_assets="images",
|
||
|
)
|