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

@@ -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";