mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Rolling 2020-11-13
This commit is contained in:
@@ -27,6 +27,14 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571
|
|||||||
|
|
||||||
##### Rolling - (2020-11-08)
|
##### 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?)
|
* Updated Tensorflow tflite Kernel to master@20201108 (R2.4?)
|
||||||
|
|
||||||
2020-11-03
|
2020-11-03
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ std::string ClassFlowControll::getActStatus(){
|
|||||||
|
|
||||||
bool ClassFlowControll::doFlow(string time)
|
bool ClassFlowControll::doFlow(string time)
|
||||||
{
|
{
|
||||||
CleanTempFolder();
|
// CleanTempFolder(); // dazu muss man noch eine Rolling einführen
|
||||||
|
|
||||||
bool result = true;
|
bool result = true;
|
||||||
std::string zw_time;
|
std::string zw_time;
|
||||||
|
|||||||
@@ -244,6 +244,8 @@ CTfLiteClass::CTfLiteClass()
|
|||||||
CTfLiteClass::~CTfLiteClass()
|
CTfLiteClass::~CTfLiteClass()
|
||||||
{
|
{
|
||||||
delete this->tensor_arena;
|
delete this->tensor_arena;
|
||||||
|
delete this->interpreter;
|
||||||
|
delete this->error_reporter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="05a0f6f";
|
const char* GIT_REV="46265de";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="update_tflite";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2020-11-08 03:06";
|
const char* BUILD_TIME="2020-11-13 18:39";
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="05a0f6f";
|
const char* GIT_REV="46265de";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="update_tflite";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2020-11-08 03:06";
|
const char* BUILD_TIME="2020-11-13 18:39";
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user