mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
11 lines
216 B
Text
11 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,
|
|
)
|