1
0
mirror of https://github.com/UberGuidoZ/Flipper.git synced 2025-01-10 07:40:33 +00:00
Flipper/Applications/Official/source-OLDER/xMasterX/flipperzero-tuning-fork/application.fam

15 lines
307 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="Music_Extra",
stack_size=2 * 1024,
order=20,
)