This commit is contained in:
jomjol
2021-05-01 17:44:56 +02:00
parent a45a5296e4
commit 19fd6a10dd
6 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

Binary file not shown.