mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
12 lines
252 B
Text
12 lines
252 B
Text
|
App(
|
||
|
appid="ir_scope",
|
||
|
name="IR Scope",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="ir_scope_app",
|
||
|
cdefines=["APP_IR_SCOPE"],
|
||
|
requires=["gui"],
|
||
|
stack_size=2 * 1024,
|
||
|
fap_icon="ir_scope.png",
|
||
|
fap_category="Tools",
|
||
|
)
|