File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ descriptor:
4444 - key : mainMeInterfaceAddress
4545 type : address
4646 label : Main ME Interface Address
47- description : Number of CPUs that can be used to order aspects
47+ description : Address of the me interface which connected to main ME
4848
4949 - key : infusionManager
5050 name : Infusion Manager
@@ -129,6 +129,8 @@ descriptor:
129129 local recipeManager = require("src.recipe-manager")
130130
131131 local config = {
132+ enableAutoUpdate = true, -- Enable auto update on start
133+
132134 logger = loggerLib:newFormConfig({
133135 name = "<field>name</field>",
134136 timeZone = <field>timeZone</field>, -- Your time zone
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ local infusionManager = require("src.infusion-manager")
1010local recipeManager = require (" src.recipe-manager" )
1111
1212local config = {
13+ enableAutoUpdate = true , -- Enable auto update on start
14+
1315 logger = loggerLib :newFormConfig ({
1416 name = " Infusion Control" ,
1517 timeZone = 3 , -- Your time zone
Original file line number Diff line number Diff line change 11local versions = {
2- programVersion = " 1.0.2 " ,
3- configVersion = 1
2+ programVersion = " 1.0.3 " ,
3+ configVersion = 2
44}
55
66return versions
You can’t perform that action at this time.
0 commit comments