mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Prepare for 6.3.0
This commit is contained in:
@@ -39,10 +39,12 @@ 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-13)
|
|
||||||
|
|
||||||
* Bug-fixing for html code
|
|
||||||
* based on v6.2.2
|
##### 6.3.0 Image Processing in Memory - (2021-03-14)
|
||||||
|
|
||||||
|
* Initial setup mode: bug fixing, error correction
|
||||||
|
* Bug-fixing
|
||||||
|
|
||||||
##### 6.2.2 Image Processing in Memory - (2021-03-10)
|
##### 6.2.2 Image Processing in Memory - (2021-03-10)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="5cc873a";
|
const char* GIT_REV="d3fd1b5";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-03-10 21:09";
|
const char* BUILD_TIME="2021-03-14 12:40";
|
||||||
@@ -13,7 +13,7 @@ extern "C"
|
|||||||
#include "Helper.h"
|
#include "Helper.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
const char* GIT_BASE_BRANCH = "master - v6.2.2 - 2020-03-10";
|
const char* GIT_BASE_BRANCH = "master - v6.3.0 - 2020-03-14";
|
||||||
|
|
||||||
|
|
||||||
const char* git_base_branch(void)
|
const char* git_base_branch(void)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="5cc873a";
|
const char* GIT_REV="d3fd1b5";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-03-10 21:09";
|
const char* BUILD_TIME="2021-03-14 12:40";
|
||||||
Binary file not shown.
Binary file not shown.
@@ -5,7 +5,7 @@ WaitBeforeTakingPicture = 5
|
|||||||
ImageQuality = 5
|
ImageQuality = 5
|
||||||
ImageSize = VGA
|
ImageSize = VGA
|
||||||
;Brightness = -2
|
;Brightness = -2
|
||||||
FixedExposure = true
|
FixedExposure = false
|
||||||
|
|
||||||
[Alignment]
|
[Alignment]
|
||||||
InitalRotate=180
|
InitalRotate=180
|
||||||
@@ -16,7 +16,6 @@ SearchFieldY = 20
|
|||||||
InitialMirror= false
|
InitialMirror= false
|
||||||
AlignmentAlgo = Default
|
AlignmentAlgo = Default
|
||||||
|
|
||||||
|
|
||||||
[Digits]
|
[Digits]
|
||||||
Model = /config/dig0811s1.tflite
|
Model = /config/dig0811s1.tflite
|
||||||
;LogImageLocation = /log/digit
|
;LogImageLocation = /log/digit
|
||||||
|
|||||||
Reference in New Issue
Block a user