Skip to content

Commit 7330292

Browse files
committed
Move apps from flipperzero firmware into separate repository
0 parents  commit 7330292

File tree

4 files changed

+1366
-0
lines changed

4 files changed

+1366
-0
lines changed

application.fam

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
App(
2+
appid="mfkey32",
3+
name="Mfkey32",
4+
apptype=FlipperAppType.EXTERNAL,
5+
targets=["f7"],
6+
entry_point="mfkey32_main",
7+
requires=[
8+
"gui",
9+
"storage",
10+
],
11+
stack_size=1 * 1024,
12+
fap_icon="mfkey.png",
13+
fap_category="Nfc",
14+
fap_author="noproto",
15+
fap_icon_assets="images",
16+
fap_weburl="https://github.com/noproto/FlipperMfkey",
17+
)

images/mfkey.png

8.85 KB
Loading

mfkey.png

8.85 KB
Loading

0 commit comments

Comments
 (0)