mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-25 07:50:15 +00:00
15 lines
307 B
Plaintext
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,
|
|
)
|