Flipper/Applications/Official/source-OLDER/grnch/tuning_fork/application.fam

15 lines
301 B
Plaintext
Raw Normal View History

2022-12-29 06:30:12 +00:00
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="Music",
stack_size=2 * 1024,
order=20,
)