mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-15 09:17:11 +00:00
12 lines
218 B
Text
12 lines
218 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=81,
|
|
)
|
|
|