Rolling 2020-11-13

This commit is contained in:
jomjol
2020-11-13 19:03:06 +01:00
parent 46265debc3
commit 707472ba27
8 changed files with 17 additions and 7 deletions

View File

@@ -27,6 +27,14 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571
##### Rolling - (2020-11-08)
* Implementation of rolling log-files - can be controlled by parameter: `LogfileRetentionInDays = 2` - that means log files will be deleted after 2 days
Many thanks to **[zwer2k](https://forum.iobroker.net/user/zwer2k)**
* Bug-fixing for reducing reboots - internal memory removed -
Many thanks to **[hike6688](https://github.com/hike6688)**
2020-11-08
* Updated Tensorflow tflite Kernel to master@20201108 (R2.4?)
2020-11-03

View File

@@ -153,7 +153,7 @@ std::string ClassFlowControll::getActStatus(){
bool ClassFlowControll::doFlow(string time)
{
CleanTempFolder();
// CleanTempFolder(); // dazu muss man noch eine Rolling einführen
bool result = true;
std::string zw_time;

View File

@@ -244,6 +244,8 @@ CTfLiteClass::CTfLiteClass()
CTfLiteClass::~CTfLiteClass()
{
delete this->tensor_arena;
delete this->interpreter;
delete this->error_reporter;
}

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="05a0f6f";
const char* GIT_REV="46265de";
const char* GIT_TAG="";
const char* GIT_BRANCH="update_tflite";
const char* BUILD_TIME="2020-11-08 03:06";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2020-11-13 18:39";

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="05a0f6f";
const char* GIT_REV="46265de";
const char* GIT_TAG="";
const char* GIT_BRANCH="update_tflite";
const char* BUILD_TIME="2020-11-08 03:06";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2020-11-13 18:39";

Binary file not shown.

Binary file not shown.

Binary file not shown.