mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 14:28:36 -07:00
Add NFC Maker and Jetpack Joyride apps
This commit is contained in:
14
applications/external/nfc_maker/application.fam
vendored
Normal file
14
applications/external/nfc_maker/application.fam
vendored
Normal 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",
|
||||
)
|
||||
Reference in New Issue
Block a user