jomjol hace 4 años
padre
commit
19fd6a10dd
Se han modificado 6 ficheros con 10 adiciones y 10 borrados
  1. 3 3
      README.md
  2. 3 3
      code/main/version.cpp
  3. 1 1
      code/main/version.h
  4. 3 3
      code/version.cpp
  5. BIN
      firmware/bootloader.bin
  6. BIN
      firmware/firmware.bin

+ 3 - 3
README.md

@@ -45,9 +45,9 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 
 
-##### 6.7.1 Image Processing in Memory - (2021-04-30)
+##### 6.7.1 Image Processing in Memory - (2021-01-05)
 
-* NEW 6.7.1: Improved stability of camera (as of v6.6.1)
+* NEW 6.7.1: Improved stability of camera (back to v6.6.1) - remove black strips and areas
 
 * Upgrade digital CNN to v8.3.0  (added new type of digits)
 
@@ -155,4 +155,4 @@ There are some ideas and feature request, which are not followed currently - mai
 
 ## Solved topics
 
-* n.a.
+* n.a.

+ 3 - 3
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="ce5f3c4";
+const char* GIT_REV="a45a529";
 const char* GIT_TAG="";
-const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-05-01 17:30";
+const char* GIT_BRANCH="master";
+const char* BUILD_TIME="2021-05-01 17:42";

+ 1 - 1
code/main/version.h

@@ -13,7 +13,7 @@ extern "C"
 #include "Helper.h"
 #include <fstream>
 
-const char* GIT_BASE_BRANCH = "master - v6.7.1 - 2020-04-30";
+const char* GIT_BASE_BRANCH = "master - v6.7.1 - 2020-01-05";
 
 
 const char* git_base_branch(void)

+ 3 - 3
code/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="ce5f3c4";
+const char* GIT_REV="a45a529";
 const char* GIT_TAG="";
-const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-05-01 17:30";
+const char* GIT_BRANCH="master";
+const char* BUILD_TIME="2021-05-01 17:42";

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin