This commit is contained in:
jomjol
2021-09-23 18:43:53 +02:00
parent e2a403441f
commit f15e5f060a
12 changed files with 16 additions and 30 deletions

View File

@@ -47,28 +47,19 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
##### Rolling (2021-09-22) ##### 8.4.0 - Multi Meter Support (2021-09-24)
* html: incorporate hostname to title and main page * License change (remove MIT license, remark see below)
* Improved stability during html requests
Rolling (2021-09-21) * html: show hostname in title and main page
* bug fix * configuration:
* moved setting `ExtendedResolution` to individual number settings
* New parameter `IgnoreLeadingNaN` (delete leading NaN's specifically)
* **ATTENTION**: update of the `config.ini` needed (open, adjust `ExtendedResolution`, save)
* Bug fixing (html, images of recognized numbers)
Rolling (2021-09-20)
* Moved setting `ExtendedResolution` to individual number settings
* New parameter `IgnoreLeadingNaN`
* **ATTENTION: update of `config.ini` is necessary**
* Remove of the MIT license (see below)
* bug fix: decimal shift
@@ -76,15 +67,10 @@ Rolling (2021-09-20)
- Currently no licence published - copyright belongs to author - Currently no licence published - copyright belongs to author
- If you are interested in a commercial usage or dedicated versions please contact the developer - If you are interested in a commercial usage or dedicated versions please contact the developer
- no limits to private usage
Rolling (2021-09-12)
* Preparation for external illumination (WS281x)
* Bug fixing (html, Images of recognized numbers)
* based on v8.3.0 (2021-09-12)
##### 8.3.0 - Multi Meter Support (2021-09-12) ##### 8.3.0 - Multi Meter Support (2021-09-12)
* Upgrade digital CNN to v12.1.0 (added new images) * Upgrade digital CNN to v12.1.0 (added new images)

View File

@@ -10,7 +10,7 @@
static const char* TAG = "flow_analog"; static const char* TAG = "flow_analog";
bool debugdetailgeneral = true; bool debugdetailgeneral = false;
ClassFlowCNNGeneral::ClassFlowCNNGeneral(ClassFlowAlignment *_flowalign, t_CNNType _cnntype) : ClassFlowImage(NULL, TAG) ClassFlowCNNGeneral::ClassFlowCNNGeneral(ClassFlowAlignment *_flowalign, t_CNNType _cnntype) : ClassFlowImage(NULL, TAG)
{ {

BIN
code/components/tfmicro.zip Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="9b3665b"; const char* GIT_REV="e2a4034";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="rolling"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-09-22 21:16"; const char* BUILD_TIME="2021-09-23 18:31";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h" #include "Helper.h"
#include <fstream> #include <fstream>
const char* GIT_BASE_BRANCH = "master - v8.3.0 - 2021-09-12"; const char* GIT_BASE_BRANCH = "master - v8.4.0 - 2021-09-24";
const char* git_base_branch(void) const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="9b3665b"; const char* GIT_REV="e2a4034";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="rolling"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-09-22 21:16"; const char* BUILD_TIME="2021-09-23 18:30";

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -126,7 +126,7 @@ li.dropdown {
} }
catch (error) catch (error)
{ {
alert("Loading Hostname failed"); // alert("Loading Hostname failed");
} }
} }