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