2022-06-26 15:00:03 +03:00
|
|
|
App(
|
|
|
|
appid="ibutton",
|
|
|
|
name="iButton",
|
2023-07-10 11:03:41 +03:00
|
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
2023-02-07 19:33:05 +03:00
|
|
|
targets=["f7"],
|
2022-06-26 15:00:03 +03:00
|
|
|
entry_point="ibutton_app",
|
|
|
|
icon="A_iButton_14",
|
|
|
|
stack_size=2 * 1024,
|
|
|
|
order=60,
|
2022-11-05 14:47:59 +03:00
|
|
|
fap_libs=["assets"],
|
2023-07-10 11:03:41 +03:00
|
|
|
fap_icon="icon.png",
|
|
|
|
fap_category="iButton",
|
2022-06-26 15:00:03 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
App(
|
|
|
|
appid="ibutton_start",
|
|
|
|
apptype=FlipperAppType.STARTUP,
|
2023-07-10 11:03:41 +03:00
|
|
|
targets=["f7"],
|
2022-06-26 15:00:03 +03:00
|
|
|
entry_point="ibutton_on_system_start",
|
|
|
|
order=60,
|
|
|
|
)
|