This commit is contained in:
VerstreuteSeele
2022-12-20 05:19:41 +01:00
parent 85b386afc5
commit ef94710988
371 changed files with 207 additions and 430 deletions
@@ -1,10 +0,0 @@
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",
)