mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
18 lines
491 B
Plaintext
18 lines
491 B
Plaintext
App(
|
|
appid="tuning_fork",
|
|
name="Tuning Fork",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="tuning_fork_app",
|
|
cdefines=["APP_TUNING_FORM"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
fap_icon="tuning_fork_icon.png",
|
|
fap_category="Media",
|
|
stack_size=2 * 1024,
|
|
fap_author="@besya & (Fixes by @Willy-JL)",
|
|
fap_weburl="https://github.com/besya/flipperzero-tuning-fork",
|
|
fap_version="1.0",
|
|
fap_description="Tuning fork for tuning musical instruments",
|
|
)
|