Prepare v6.6.0

This commit is contained in:
jomjol
2021-03-28 20:08:02 +02:00
parent 98dfba0640
commit 37b2e370fe
7 changed files with 22 additions and 12 deletions

View File

@@ -11,6 +11,20 @@
____
#### #4 Initial Shifting and Rotation
* https://github.com/jomjol/AI-on-the-edge-device/issues/123
Implementation of a shifting additional to the initial rotation of the raw camera input
To do:
* Implementation of shifting
* Extension of configuration
* Adaption of the html configuration to implement shifting
#### #3 Allow grouping of digits to multiple reading values
* https://github.com/jomjol/AI-on-the-edge-device/issues/123
@@ -21,9 +35,6 @@ To do:
* Extend the configuration, setting and processing flow for two independend readouts
####
https://github.com/jomjol/AI-on-the-edge-device/issues/123

View File

@@ -39,10 +39,9 @@ If you would like to support the developer with a cup of coffee you can do that
**General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
##### Rolling - (2021-03-27)
##### 6.6.0 Image Processing in Memory - (2021-03-28)
* Update SD-card handling (more stable support of different types)
* based on v6.5.0
* Improved SD-card handling (increase compatibility with more type of cards)
##### 6.5.0 Image Processing in Memory - (2021-03-25)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="574c908";
const char* GIT_REV="98dfba0";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-03-27 17:12";
const char* BUILD_TIME="2021-03-28 19:59";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v6.5.0 - 2020-03-25";
const char* GIT_BASE_BRANCH = "master - v6.6.0 - 2020-03-28";
const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="574c908";
const char* GIT_REV="98dfba0";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-03-27 17:11";
const char* BUILD_TIME="2021-03-28 19:59";

Binary file not shown.

Binary file not shown.