folder rename

This commit is contained in:
RogueMaster
2022-10-17 00:37:05 -04:00
parent 8be4f6cb84
commit dca21c1e53
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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,
)