mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 16:58:36 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
App(
|
||||
appid="gpio_timelapse",
|
||||
appid="timelapse",
|
||||
name="[GPIO] Timelapse",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="zeitraffer_app",
|
||||
cdefines=["APP_ZEITRAFFER"],
|
||||
requires=["gui", "input", "notification", "gpio"],
|
||||
stack_size=2 * 1024,
|
||||
order=90,
|
||||
fap_version="1.1",
|
||||
fap_icon_assets="icons",
|
||||
fap_icon_assets_symbol="zeitraffer",
|
||||
fap_icon="zeitraffer.png",
|
||||
fap_category="GPIO",
|
||||
fap_version="1.1",
|
||||
fap_description="Simple intervalometer app, works via GPIO pins.",
|
||||
fap_description="Simple intervalometer/timelapse app",
|
||||
fap_author="Aurelius Rosenbaum",
|
||||
fap_weburl="https://github.com/theageoflove/flipperzero-zeitraffer",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user