Skip to content

Commit

Permalink
v11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed Aug 15, 2022
1 parent a68ce35 commit 74c7ff7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified firmware/html.zip
Binary file not shown.
1 change: 1 addition & 0 deletions sd-card/html/edit_config_param.html
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,7 @@ <h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='Update
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);
Expand Down
2 changes: 1 addition & 1 deletion sd-card/html/gethost.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sd-card/html/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.3.0
14.3.2

0 comments on commit 74c7ff7

Please sign in to comment.