jomjol 5 лет назад
Родитель
Сommit
91ff41a9d9
7 измененных файлов с 13 добавлено и 51 удалено
  1. 8 46
      README.md
  2. 2 2
      code/main/version.cpp
  3. 1 1
      code/main/version.h
  4. 2 2
      code/version.cpp
  5. BIN
      firmware/bootloader.bin
  6. BIN
      firmware/firmware.bin
  7. BIN
      firmware/html.zip

+ 8 - 46
README.md

@@ -41,52 +41,14 @@ If you would like to support the developer with a cup of coffee you can do that
 
 
 
-##### Rolling - (2021-01-19)
-
-* Improvement for wlan password: additionally now "`=`" is possible in the password or wlan-name
-  
-* Reduction of log file info (removal of memory information)
-
-2021-01-18
-
-* New Feature `ExtendedResolution` uses the after comma digit of the last analog counter to increase precision by one digit. 
-  This can only be activated in expert mode.
-
-2021-01-17
-
-* Disabling of digital counters implemented
-* Attention: do not disable digital and analog!
-* Bug fixing:
-
-  * Configuration of analog counters on html-page failed (enable/disable, undefined ROIs)
-
-2021-01-05
-
-* Configuration: simple enabling / disabling of analog counters 
-
-* Alignment Algorithm: implementation of 3 alignment options (`AlignmentAlgo`)
-
-  * `Default` = know algo based on 1 channel SAD (square average difference) - using only the red channel
-  * `Accurate` = using all 3 color channels (3x slower)
-  * `Fast` = alignment only on first run, afterward only detection of shift of image by comparing SAD-values
-  * Time comparison for reference images with 2 times ~2000 pixel²: 
-    * Default ~40 s/run, Accurate: 1:40 min/run, **Fast: 7 s/run**
-    * `Fast` Option allows must faster value updates (up to 2 per Minute) 
-
-* Configuration of hostname in config.ini: new parameter `hostname` in section `System`
-
-* Switching of GPIO12/13 via http-interface:
-
-  * ```
-    /GPIO?GPIO=12&Status=high
-    /GPIO?GPIO=12&Status=low
-    ```
-
-* Bug fixing: html configuration page
-
-* based on Master v6.0.0 (2021-01-02)
-
-  
+##### 6.1.0 Image Processing in Memory - (2021-01-20)
+
+* Disabling of analog / digital counters in configuration 
+* Improved Alignment Algorithm (`AlignmentAlgo`  = `Default`,  `Accurate` , `Fast`)
+* Analog counters: `ExtendedResolution` (last digit is extended by sub comma value of CNN)
+* `config.ini`: additional parameter `hostname`  (additional to wlan.ini)
+* Switching of GPIO12/13 via http-interface: `/GPIO?GPIO=12&Status=high/low`
+* Bug fixing: html configuration page, wlan password ("=" now possible)
 
 ##### 6.0.0 Image Processing in Memory - (2021-01-02)
 

+ 2 - 2
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="2530691";
+const char* GIT_REV="3869da9";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-01-19 19:44";
+const char* BUILD_TIME="2021-01-20 19:24";

+ 1 - 1
code/main/version.h

@@ -13,7 +13,7 @@ extern "C"
 #include "Helper.h"
 #include <fstream>
 
-const char* GIT_BASE_BRANCH = "master - v6.0.0 - 2020-01-02";
+const char* GIT_BASE_BRANCH = "master - v6.1.0 - 2020-01-20";
 
 
 const char* git_base_branch(void)

+ 2 - 2
code/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="2530691";
+const char* GIT_REV="3869da9";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-01-19 19:44";
+const char* BUILD_TIME="2021-01-20 19:24";

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin


BIN
firmware/html.zip