mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
11 lines
252 B
Text
11 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",
|
|
)
|