Skip to content

Commit

Permalink
v6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed May 1, 2021
1 parent a45a529 commit 19fd6a1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -155,4 +155,4 @@ There are some ideas and feature request, which are not followed currently - mai

## Solved topics

* n.a.
* n.a.
6 changes: 3 additions & 3 deletions code/main/version.cpp
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion code/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions code/version.cpp
Original file line number Diff line number Diff line change
@@ -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 modified firmware/bootloader.bin
Binary file not shown.
Binary file modified firmware/firmware.bin
Binary file not shown.

0 comments on commit 19fd6a1

Please sign in to comment.