intravalometer upd

This commit is contained in:
RogueMaster
2022-12-12 13:42:08 -05:00
parent 640106273e
commit 88fa9d912f
10 changed files with 304 additions and 286 deletions

View File

@@ -6,9 +6,13 @@ App(
cdefines=["APP_ZEITRAFFER"],
requires=[
"gui",
"input",
"notification",
"gpio"
],
stack_size=2 * 1024,
order=90,
fap_icon_assets="icons",
fap_icon="zeitraffer.png",
fap_category="GPIO",
fap_description="Simple intervalometer app",