Files
Momentum-Firmware/applications/external/tuning_fork/application.fam
2023-08-31 16:40:04 +02:00

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",
)