mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
App(
|
|
appid="archive",
|
|
name="Archive",
|
|
apptype=FlipperAppType.ARCHIVE,
|
|
entry_point="archive_app",
|
|
cdefines=["APP_ARCHIVE"],
|
|
requires=["gui"],
|
|
stack_size=6 * 1024,
|
|
order=0,
|
|
)
|