mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 11:51:48 +03:00
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
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",
|
|
)
|