mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-24 00:18:16 +03:00
Bug fixing
This commit is contained in:
@@ -731,13 +731,13 @@ function WriteConfig(){
|
||||
ReadParameter(param, "Alignment", "SearchFieldY", false);
|
||||
|
||||
ReadParameter(param, "Digits", "Model", false);
|
||||
ReadParameter(param, "Digits", "LogImageLocation", false);
|
||||
ReadParameter(param, "Digits", "LogfileRetentionInDays", false);
|
||||
ReadParameter(param, "Digits", "LogImageLocation", true);
|
||||
ReadParameter(param, "Digits", "LogfileRetentionInDays", true);
|
||||
ReadParameter(param, "Digits", "ModelInputSize", false, false, 2);
|
||||
|
||||
ReadParameter(param, "Analog", "Model", false);
|
||||
ReadParameter(param, "Analog", "LogImageLocation", false);
|
||||
ReadParameter(param, "Analog", "LogfileRetentionInDays", false);
|
||||
ReadParameter(param, "Analog", "LogImageLocation", true);
|
||||
ReadParameter(param, "Analog", "LogfileRetentionInDays", true);
|
||||
ReadParameter(param, "Analog", "ModelInputSize", false, false, 2);
|
||||
|
||||
ReadParameter(param, "PostProcessing", "DecimalShift", true);
|
||||
|
||||
@@ -7,9 +7,11 @@ function getbasepath(){
|
||||
var host = window.location.hostname;
|
||||
if ((host == "127.0.0.1") || (host == "localhost"))
|
||||
{
|
||||
host = "http://192.168.178.26"; // jomjol interner test
|
||||
host = "http://192.168.2.124"; // jomjol interner test
|
||||
// host = "http://192.168.178.26"; // jomjol interner test
|
||||
// host = "http://192.168.178.22"; // jomjol interner Real
|
||||
// host = "."; // jomjol interner localhost
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user