mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
Prepare v6.6.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Feature Requests
|
## Feature Requests
|
||||||
|
|
||||||
**There are a lot of ideas for further improvements, but only limited capacity on side of the developer. **Therefore I have created this page as a collection of ideas.
|
**There are a lot of ideas for further improvements, but only limited capacity on side of the developer.** Therefore I have created this page as a collection of ideas.
|
||||||
|
|
||||||
1. Who ever has a new idea can put it here, so it that it is not forgotten.
|
1. Who ever has a new idea can put it here, so it that it is not forgotten.
|
||||||
|
|
||||||
@@ -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
|
#### #3 Allow grouping of digits to multiple reading values
|
||||||
|
|
||||||
* https://github.com/jomjol/AI-on-the-edge-device/issues/123
|
* 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
|
* Extend the configuration, setting and processing flow for two independend readouts
|
||||||
|
|
||||||
|
|
||||||
####
|
|
||||||
|
|
||||||
https://github.com/jomjol/AI-on-the-edge-device/issues/123
|
https://github.com/jomjol/AI-on-the-edge-device/issues/123
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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!
|
**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)
|
* Improved SD-card handling (increase compatibility with more type of cards)
|
||||||
* based on v6.5.0
|
|
||||||
|
|
||||||
##### 6.5.0 Image Processing in Memory - (2021-03-25)
|
##### 6.5.0 Image Processing in Memory - (2021-03-25)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="574c908";
|
const char* GIT_REV="98dfba0";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-03-27 17:12";
|
const char* BUILD_TIME="2021-03-28 19:59";
|
||||||
@@ -13,7 +13,7 @@ extern "C"
|
|||||||
#include "Helper.h"
|
#include "Helper.h"
|
||||||
#include <fstream>
|
#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)
|
const char* git_base_branch(void)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="574c908";
|
const char* GIT_REV="98dfba0";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
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.
Reference in New Issue
Block a user