mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
V10.0.1
This commit is contained in:
@@ -52,11 +52,16 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
|||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
##### 10.0.0 - Stability Increase (2021-12-30)
|
##### 10.0.1 - Stability Increase (2021-12-31)
|
||||||
|
|
||||||
|
- NEW: Correcte JSON error
|
||||||
|
|
||||||
- Updated compiler toolchain to ESP-IDF 4.3
|
- Updated compiler toolchain to ESP-IDF 4.3
|
||||||
|
|
||||||
- Removal of memory leak
|
- Removal of memory leak
|
||||||
|
|
||||||
- Improved error handling during startup (check PSRAM and camera with remark in logfile)
|
- Improved error handling during startup (check PSRAM and camera with remark in logfile)
|
||||||
|
|
||||||
- MQTT: implemented raw value additionally, removal of regex contrain
|
- MQTT: implemented raw value additionally, removal of regex contrain
|
||||||
|
|
||||||
- Normalized Parameter ``MaxRateValue`` to "change per minute"
|
- Normalized Parameter ``MaxRateValue`` to "change per minute"
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ bool ClassFlowMQTT::doFlow(string zwtime)
|
|||||||
|
|
||||||
std::string json="{\"value\":"+result;
|
std::string json="{\"value\":"+result;
|
||||||
json += ",\"raw\":\""+resultraw;
|
json += ",\"raw\":\""+resultraw;
|
||||||
json += ",\"error\":\""+resulterror;
|
json += "\",\"error\":\""+resulterror;
|
||||||
if (resultrate.length() > 0)
|
if (resultrate.length() > 0)
|
||||||
json += "\",\"rate\":"+resultrate;
|
json += "\",\"rate\":"+resultrate;
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="04c5649";
|
const char* GIT_REV="884dd9f";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="master";
|
const char* GIT_BRANCH="master";
|
||||||
const char* BUILD_TIME="2021-12-30 18:32";
|
const char* BUILD_TIME="2021-12-31 08:56";
|
||||||
@@ -13,7 +13,7 @@ extern "C"
|
|||||||
#include "Helper.h"
|
#include "Helper.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
const char* GIT_BASE_BRANCH = "master - v10.0.0 - 2021-12-30";
|
const char* GIT_BASE_BRANCH = "master - v10.0.1 - 2021-12-31";
|
||||||
|
|
||||||
|
|
||||||
const char* git_base_branch(void)
|
const char* git_base_branch(void)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="04c5649";
|
const char* GIT_REV="884dd9f";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="master";
|
const char* GIT_BRANCH="master";
|
||||||
const char* BUILD_TIME="2021-12-30 18:32";
|
const char* BUILD_TIME="2021-12-31 08:56";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user