jomjol преди 3 години
родител
ревизия
74c7ff7fdf
променени са 5 файла, в които са добавени 6 реда и са изтрити 3 реда
  1. 3 1
      README.md
  2. BIN
      firmware/html.zip
  3. 1 0
      sd-card/html/edit_config_param.html
  4. 1 1
      sd-card/html/gethost.js
  5. 1 1
      sd-card/html/version.txt

+ 3 - 1
README.md

@@ -40,7 +40,9 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 ------
 
-##### 11.0.0 - Intermediate Digits
+##### 11.0.1 - Intermediate Digits
+
+- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)
 
 - Implementation of new CNN types to detect intermediate values of digits with rolling numbers
 

BIN
firmware/html.zip


+ 1 - 0
sd-card/html/edit_config_param.html

@@ -2009,6 +2009,7 @@ function ReadParameterAll()
 	ReadParameter(param, "MQTT", "SetRetainFlag", true);	
 
 	ReadParameter(param, "InfluxDB", "Uri", true);	
+	ReadParameter(param, "InfluxDB", "Database", true);	
 	ReadParameter(param, "InfluxDB", "Measurement", true);	
 	ReadParameter(param, "InfluxDB", "user", true);	
 	ReadParameter(param, "InfluxDB", "password", true);	

+ 1 - 1
sd-card/html/gethost.js

@@ -13,7 +13,7 @@ function getbasepath(){
     {
 //        host = "http://192.168.2.219";          // jomjol interner test
 //        host = "http://192.168.178.46";          // jomjol interner test
-        host = "http://192.168.178.62";          // jomjol interner Real
+        host = "http://192.168.178.44";          // jomjol interner Real
 //        host = "http://192.168.43.191";
 //        host = ".";                           // jomjol interner localhost   
 

+ 1 - 1
sd-card/html/version.txt

@@ -1 +1 @@
-14.3.0
+14.3.2