Reorg, added more sources

This commit is contained in:
UberGuidoZ
2022-12-28 22:34:27 -08:00
parent 034d4cd172
commit 24f88bf731
1646 changed files with 39096 additions and 0 deletions
@@ -0,0 +1,14 @@
App(
appid="Count_Down_Timer",
name="Count Down Timer",
apptype=FlipperAppType.EXTERNAL,
entry_point="app_main",
cdefines=["APP_COUNT_DOWN_TIMER"],
requires=[
"gui",
],
stack_size=2 * 1024,
order=20,
fap_icon="cntdown_timer.png",
fap_category="Tools",
)