mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
12 lines
216 B
Text
12 lines
216 B
Text
|
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,
|
||
|
)
|