mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Remove Autostart parameter and make the flow to be always enabled (#3423)
* removed Autostart parameter and make it enabled by default * . * show menu entry in UI * cleanup migration * . * . * . * . * . * . * . * .
This commit is contained in:
@@ -267,7 +267,7 @@ function ParseConfig() {
|
||||
category[catname]["enabled"] = false;
|
||||
category[catname]["found"] = false;
|
||||
param[catname] = new Object();
|
||||
ParamAddValue(param, catname, "AutoStart");
|
||||
//ParamAddValue(param, catname, "AutoStart");
|
||||
ParamAddValue(param, catname, "Interval");
|
||||
|
||||
var catname = "DataLogging";
|
||||
|
||||
Reference in New Issue
Block a user