This commit is contained in:
Kowalski Dragon
2022-12-19 22:43:32 +01:00
committed by GitHub
parent fa87216a1e
commit 2bdc34274f
4 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
App(
appid="clock",
name="Clock",
apptype=FlipperAppType.PLUGIN,
entry_point="clock_app",
requires=["gui"],
stack_size=2 * 1024,
fap_icon="clock.png",
fap_category="Tools",
)