mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-31 06:40:49 +03:00
Merge branch 'master' of https://github.com/haverland/AI-on-the-edge-device
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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";
|
||||||
@@ -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)
|
||||||
|
|||||||
@@ -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,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.
|
|
||||||
Reference in New Issue
Block a user