mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
@@ -8,18 +8,9 @@ App(
|
||||
"gui",
|
||||
"dialogs",
|
||||
],
|
||||
provides=["ibutton_start"],
|
||||
# icon="A_iButton_14",
|
||||
stack_size=2 * 1024,
|
||||
order=60,
|
||||
fap_icon="iBIcon.png",
|
||||
fap_category="Main",
|
||||
)
|
||||
|
||||
App(
|
||||
appid="ibutton_start",
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="ibutton_on_system_start",
|
||||
requires=["ibutton"],
|
||||
order=60,
|
||||
)
|
||||
|
||||
@@ -9,5 +9,6 @@ App(
|
||||
"desktop",
|
||||
"loader",
|
||||
"power",
|
||||
"ibuttonsrv",
|
||||
],
|
||||
)
|
||||
|
||||
7
applications/services/ibuttonsrv/application.fam
Normal file
7
applications/services/ibuttonsrv/application.fam
Normal file
@@ -0,0 +1,7 @@
|
||||
App(
|
||||
appid="ibuttonsrv",
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="ibutton_on_system_start",
|
||||
requires=["ibutton"],
|
||||
order=60,
|
||||
)
|
||||
Reference in New Issue
Block a user