Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
more manifestos, xbox controller and videopoker ufbt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jul 1, 2023
1 parent 61209b1 commit 636ab5d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="zeitraffer_app",
cdefines=["APP_ZEITRAFFER"],
requires=[
"gui",
"input",
"notification",
"gpio"
],
requires=["gui", "input", "notification", "gpio"],
stack_size=2 * 1024,
order=90,
fap_icon_assets="icons",
fap_icon="zeitraffer.png",
fap_icon="zeitraffer.png",
fap_category="GPIO_Extra",
fap_description="Simple intervalometer app",
fap_version="1.0",
fap_description="Simple intervalometer app, works via GPIO pins.",
fap_author="Aurelius Rosenbaum",
fap_weburl="https://github.com/theageoflove/flipperzero-zeitraffer",
)
fap_weburl="https://github.com/theageoflove/flipperzero-zeitraffer",
)

0 comments on commit 636ab5d

Please sign in to comment.