jomjol 4 rokov pred
rodič
commit
f15e5f060a

+ 9 - 23
README.md

@@ -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
-* Improved stability during html requests
+* License change (remove MIT license, remark see below)
 
 
-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)
 
 
-
-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
+* Bug fixing (html, images of recognized numbers)
 
 
   
   
 
 
@@ -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)

+ 1 - 1
code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp

@@ -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


BIN
code/components/tfmicro_new_version.zip


+ 2 - 2
code/main/version.cpp

@@ -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";

+ 1 - 1
code/main/version.h

@@ -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)

+ 2 - 2
code/version.cpp

@@ -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";

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin


BIN
firmware/html.zip


BIN
sd-card/config/dig1200s1q.tflite


+ 1 - 1
sd-card/html/index.html

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