adaptation to the new build system + fixes

This commit is contained in:
Eng1n33r
2022-06-26 20:57:29 +03:00
parent aaeede7793
commit 1c55a55ddd
28 changed files with 173 additions and 868 deletions

View File

@@ -0,0 +1,11 @@
App(
appid="clock",
name="Clock",
apptype=FlipperAppType.APP,
entry_point="clock_app",
cdefines=["APP_CLOCK"],
requires=["gui"],
icon="A_Clock_14",
stack_size=2 * 1024,
order=9,
)