mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
v11.1.1
This commit is contained in:
10
README.md
10
README.md
@@ -40,16 +40,12 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
|||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
##### Rolling (2022-08-21)
|
##### 11.1.1 - Intermediate Digits (2022-08-22)
|
||||||
|
|
||||||
- New and improved consistency check (especially with analog and digital counters mixed)
|
- New and improved consistency check (especially with analog and digital counters mixed)
|
||||||
- Bug Fix: digital counter algo
|
- Bug Fix: digital counter algorithm
|
||||||
|
|
||||||
##### 11.1.0 - Intermediate Digits
|
##### 11.0.1 - Intermediate Digits (2022-08-18)
|
||||||
|
|
||||||
- Updated postprocessing algorithm (fix from @haverland)
|
|
||||||
|
|
||||||
##### 11.0.1 - Intermediate Digits
|
|
||||||
|
|
||||||
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)
|
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="c9a879d";
|
const char* GIT_REV="6409397";
|
||||||
const char* GIT_TAG="v11.1.0";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2022-08-21 19:46";
|
const char* BUILD_TIME="2022-08-22 18:09";
|
||||||
@@ -13,7 +13,7 @@ extern "C"
|
|||||||
#include "Helper.h"
|
#include "Helper.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
const char* GIT_BASE_BRANCH = "master - v11.1.0 - 2022-08-21";
|
const char* GIT_BASE_BRANCH = "master - v11.1.1 - 2022-08-22";
|
||||||
|
|
||||||
|
|
||||||
const char* git_base_branch(void)
|
const char* git_base_branch(void)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="c9a879d";
|
const char* GIT_REV="6409397";
|
||||||
const char* GIT_TAG="v11.1.0";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2022-08-21 19:46";
|
const char* BUILD_TIME="2022-08-22 18:09";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user