mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
App(
|
|
appid="ibutton",
|
|
name="iButton",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="ibutton_app",
|
|
cdefines=["APP_IBUTTON"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
# icon="A_iButton_14",
|
|
stack_size=2 * 1024,
|
|
order=60,
|
|
fap_icon="iBIcon.png",
|
|
fap_category="Main",
|
|
fap_icon_assets="images",
|
|
fap_libs=["assets"],
|
|
)
|