diff --git a/README.md b/README.md index c527905f..02cdbfc0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ If you would like to support the developer with a cup of coffee you can do that +##### 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) * NEW 6.2.2: bug fixing diff --git a/code/main/version.cpp b/code/main/version.cpp index be137383..b800fcdb 100644 --- a/code/main/version.cpp +++ b/code/main/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="5cc873a"; +const char* GIT_REV="d3fd1b5"; const char* GIT_TAG=""; const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-03-10 21:09"; \ No newline at end of file +const char* BUILD_TIME="2021-03-14 12:40"; \ No newline at end of file diff --git a/code/main/version.h b/code/main/version.h index 5f3896e9..5bd2d7cc 100644 --- a/code/main/version.h +++ b/code/main/version.h @@ -13,7 +13,7 @@ extern "C" #include "Helper.h" #include -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) diff --git a/code/version.cpp b/code/version.cpp index be137383..b800fcdb 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="5cc873a"; +const char* GIT_REV="d3fd1b5"; const char* GIT_TAG=""; const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-03-10 21:09"; \ No newline at end of file +const char* BUILD_TIME="2021-03-14 12:40"; \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index 728a889c..71185e0a 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index 468c6396..79882cb9 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ diff --git a/firmware/html.zip b/firmware/html.zip index 443cc2b6..3d3d1a0c 100644 Binary files a/firmware/html.zip and b/firmware/html.zip differ diff --git a/sd-card/config/config.ini b/sd-card/config/config.ini index 1594c53e..e551edd6 100644 --- a/sd-card/config/config.ini +++ b/sd-card/config/config.ini @@ -5,7 +5,7 @@ WaitBeforeTakingPicture = 5 ImageQuality = 5 ImageSize = VGA ;Brightness = -2 -FixedExposure = true +FixedExposure = false [Alignment] InitalRotate=180 @@ -13,9 +13,9 @@ InitalRotate=180 /config/ref1.jpg 456 138 SearchFieldX = 20 SearchFieldY = 20 +InitialMirror= false AlignmentAlgo = Default - [Digits] Model = /config/dig0811s1.tflite ;LogImageLocation = /log/digit diff --git a/sd-card/html/edit_alignment.html b/sd-card/html/edit_alignment.html index 69f7f4a7..96d0e302 100644 --- a/sd-card/html/edit_alignment.html +++ b/sd-card/html/edit_alignment.html @@ -85,13 +85,14 @@ select { - +
- + +