This commit is contained in:
Frank Haverland
2022-09-20 22:52:37 +02:00
5 changed files with 7 additions and 12 deletions

View File

@@ -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**:
- 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)
- Implements Counter Clockwise Analog Pointers
- Improved post processing algorithm

View File

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

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#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)

View File

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

View File

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