make iButton external

This commit is contained in:
RogueMaster
2022-09-18 03:30:40 -04:00
parent ffef4cb712
commit 5f8a0924d1
2 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="ibutton",
appid="iButton",
name="iButton",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.EXTERNAL,
entry_point="ibutton_app",
cdefines=["APP_IBUTTON"],
requires=[
@@ -9,9 +9,11 @@ App(
"dialogs",
],
provides=["ibutton_start"],
icon="A_iButton_14",
# icon="A_iButton_14",
stack_size=2 * 1024,
order=60,
fap_icon="iBIcon.png",
fap_category="Main",
)
App(

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB