Jetpack joyride and NFC Maker apps

This commit is contained in:
MX
2023-07-06 18:44:45 +03:00
parent f81f4edad3
commit 79bcd5a1c6
66 changed files with 2349 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
App(
appid="nfc_maker",
name="NFC Maker",
apptype=FlipperAppType.EXTERNAL,
entry_point="nfc_maker",
cdefines=["APP_NFC_MAKER"],
requires=[
"storage",
"gui",
],
stack_size=1 * 1024,
fap_icon="nfc_maker_10px.png",
fap_category="NFC",
)