mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
14 lines
271 B
Plaintext
14 lines
271 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,
|
|
sdk_headers=[
|
|
"helpers/archive_helpers_ext.h",
|
|
],
|
|
)
|