Skip to content

Commit 74c7ff7

Browse files
committed
v11.0.1
1 parent a68ce35 commit 74c7ff7

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
4040

4141
------
4242

43-
##### 11.0.0 - Intermediate Digits
43+
##### 11.0.1 - Intermediate Digits
44+
45+
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)
4446

4547
- Implementation of new CNN types to detect intermediate values of digits with rolling numbers
4648

firmware/html.zip

4 Bytes
Binary file not shown.

sd-card/html/edit_config_param.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,6 +2009,7 @@ <h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='Update
20092009
ReadParameter(param, "MQTT", "SetRetainFlag", true);
20102010

20112011
ReadParameter(param, "InfluxDB", "Uri", true);
2012+
ReadParameter(param, "InfluxDB", "Database", true);
20122013
ReadParameter(param, "InfluxDB", "Measurement", true);
20132014
ReadParameter(param, "InfluxDB", "user", true);
20142015
ReadParameter(param, "InfluxDB", "password", true);

sd-card/html/gethost.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function getbasepath(){
1313
{
1414
// host = "http://192.168.2.219"; // jomjol interner test
1515
// host = "http://192.168.178.46"; // jomjol interner test
16-
host = "http://192.168.178.62"; // jomjol interner Real
16+
host = "http://192.168.178.44"; // jomjol interner Real
1717
// host = "http://192.168.43.191";
1818
// host = "."; // jomjol interner localhost
1919

sd-card/html/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.3.0
1+
14.3.2

0 commit comments

Comments
 (0)