Explorar el Código

Prepare v6.6.0

jomjol hace 4 años
padre
commit
37b2e370fe
Se han modificado 7 ficheros con 22 adiciones y 12 borrados
  1. 15 4
      FeatureRequest.md
  2. 2 3
      README.md
  3. 2 2
      code/main/version.cpp
  4. 1 1
      code/main/version.h
  5. 2 2
      code/version.cpp
  6. BIN
      firmware/bootloader.bin
  7. BIN
      firmware/firmware.bin

+ 15 - 4
FeatureRequest.md

@@ -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
 
 
 
 

+ 2 - 3
README.md

@@ -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)
-* 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)
 ##### 6.5.0 Image Processing in Memory - (2021-03-25)
 
 

+ 2 - 2
code/main/version.cpp

@@ -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";

+ 1 - 1
code/main/version.h

@@ -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)

+ 2 - 2
code/version.cpp

@@ -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";

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin