mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-29 04:09:58 -07:00
21 lines
377 B
Plaintext
21 lines
377 B
Plaintext
App(
|
|
appid="nfc",
|
|
name="NFC",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
targets=["f7"],
|
|
entry_point="nfc_app",
|
|
icon="A_NFC_14",
|
|
stack_size=5 * 1024,
|
|
order=30,
|
|
fap_icon="icon.png",
|
|
fap_category="NFC",
|
|
)
|
|
|
|
App(
|
|
appid="nfc_start",
|
|
targets=["f7"],
|
|
apptype=FlipperAppType.STARTUP,
|
|
entry_point="nfc_on_system_start",
|
|
order=30,
|
|
)
|