mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 11:28:36 -07:00
Update apps
This commit is contained in:
@@ -3,12 +3,11 @@ App(
|
||||
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="Infrared",
|
||||
fap_author="@kallanreed",
|
||||
fap_version="1.0",
|
||||
fap_version="1.2",
|
||||
fap_description="App allows to see incoming IR signals.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user