Fixed iButton CLI not available when made into external app.

Couldn't test onewire command, but tested ikey commands
This commit is contained in:
ESurge
2022-09-26 00:11:52 -07:00
parent 128d449311
commit d067e4a679
3 changed files with 7 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
App(
appid="ibuttonsrv",
apptype=FlipperAppType.STARTUP,
entry_point="ibutton_on_system_start",
requires=["ibutton"],
order=60,
)