mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
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",
|
|
)
|