mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
make iButton external
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="ibutton",
|
appid="iButton",
|
||||||
name="iButton",
|
name="iButton",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="ibutton_app",
|
entry_point="ibutton_app",
|
||||||
cdefines=["APP_IBUTTON"],
|
cdefines=["APP_IBUTTON"],
|
||||||
requires=[
|
requires=[
|
||||||
@@ -9,9 +9,11 @@ App(
|
|||||||
"dialogs",
|
"dialogs",
|
||||||
],
|
],
|
||||||
provides=["ibutton_start"],
|
provides=["ibutton_start"],
|
||||||
icon="A_iButton_14",
|
# icon="A_iButton_14",
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=60,
|
order=60,
|
||||||
|
fap_icon="iBIcon.png",
|
||||||
|
fap_category="Main",
|
||||||
)
|
)
|
||||||
|
|
||||||
App(
|
App(
|
||||||
|
|||||||
BIN
applications/main/ibutton/iBIcon.png
Normal file
BIN
applications/main/ibutton/iBIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user