mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 17:31:30 +00:00
Added xMasterX API v11.x source
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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",
|
||||
)
|
||||
Reference in New Issue
Block a user