Skip to content

Commit

Permalink
saving function initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli committed Jul 23, 2024
1 parent 13eaf99 commit 3422427
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 99 deletions.
8 changes: 4 additions & 4 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
App(
appid="key_maker",
name="Key Maker",
appid="key_copier",
name="Key Copier",
apptype=FlipperAppType.EXTERNAL,
entry_point="main_key_maker_app",
entry_point="main_key_copier_app",
stack_size=4 * 1024,
requires=[
"gui",
Expand All @@ -11,5 +11,5 @@ App(
fap_icon="icon.png",
fap_category="Tools",
fap_icon_assets="assets",
fap_description="This is the key maker app.",
fap_description="This is the key copier app.",
)
Loading

0 comments on commit 3422427

Please sign in to comment.