mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
Fixed iButton CLI not available when made into external app.
Couldn't test onewire command, but tested ikey commands
This commit is contained in:
@@ -8,18 +8,9 @@ App(
|
|||||||
"gui",
|
"gui",
|
||||||
"dialogs",
|
"dialogs",
|
||||||
],
|
],
|
||||||
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_icon="iBIcon.png",
|
||||||
fap_category="Main",
|
fap_category="Main",
|
||||||
)
|
)
|
||||||
|
|
||||||
App(
|
|
||||||
appid="ibutton_start",
|
|
||||||
apptype=FlipperAppType.STARTUP,
|
|
||||||
entry_point="ibutton_on_system_start",
|
|
||||||
requires=["ibutton"],
|
|
||||||
order=60,
|
|
||||||
)
|
|
||||||
|
|||||||
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