mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
15 lines
290 B
Text
15 lines
290 B
Text
|
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",
|
||
|
)
|