Эх сурвалжийг харах

Merge branch 'master' of https://github.com/haverland/AI-on-the-edge-device

Frank Haverland 3 жил өмнө
parent
commit
b75f77b31c

+ 2 - 1
README.md

@@ -40,7 +40,7 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 
 ------
 ------
 
 
-##### 11.3.0 - Intermediate Digits (2022-09-17)
+##### 11.3.1 - Intermediate Digits (2022-09-17)
 
 
 - **ATTENTION**: 
 - **ATTENTION**: 
   - first update the 'firmware.bin' and ensure that the new version is running
   - first update the 'firmware.bin' and ensure that the new version is running
@@ -51,6 +51,7 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
   
   
 
 
 
 
+- **NEW v11.3.1**: corrected corrupted asset `firmware.bin`
 - Increased precision (more than 6-7 digits)
 - Increased precision (more than 6-7 digits)
 - Implements Counter Clockwise Analog Pointers
 - Implements Counter Clockwise Analog Pointers
 - Improved post processing algorithm
 - Improved post processing algorithm

+ 2 - 2
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="36a02d1";
+const char* GIT_REV="a1f6754";
 const char* GIT_TAG="";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="master";
 const char* GIT_BRANCH="master";
-const char* BUILD_TIME="2022-09-17 10:08";
+const char* BUILD_TIME="2022-09-17 21:12";

+ 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 - v11.3.0 - 2022-09-16";
+const char* GIT_BASE_BRANCH = "master - v11.3.1 - 2022-09-17";
 
 
 
 
 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="36a02d1";
+const char* GIT_REV="a1f6754";
 const char* GIT_TAG="";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="master";
 const char* GIT_BRANCH="master";
-const char* BUILD_TIME="2022-09-17 10:08";
+const char* BUILD_TIME="2022-09-17 21:12";

+ 0 - 6
firmware/readme.md

@@ -1,6 +0,0 @@
-# Note
-
-The release `11.3.0` has some issues which could cause constant reboots!
-Please do not use it until we release a new version!
-
-See https://github.com/jomjol/AI-on-the-edge-device/issues/1023 for details.