mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 18:41:31 +00:00
Reorg, added more sources
This commit is contained in:
@@ -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",
|
||||
)
|
||||
Reference in New Issue
Block a user