This commit is contained in:
VerstreuteSeele
2022-12-20 04:35:07 +01:00
12 changed files with 1372 additions and 13 deletions
@@ -0,0 +1,10 @@
App(
appid="ClockV1",
name="Clock",
apptype=FlipperAppType.EXTERNAL,
entry_point="clock_app",
requires=["gui"],
stack_size=2 * 1024,
fap_icon="clock.png",
fap_category="Tools",
)