mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 12:06:58 +03:00
Rolling 2022-08-24
This commit is contained in:
@@ -40,6 +40,10 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
|||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
|
##### Rolling (2022-08-24)
|
||||||
|
|
||||||
|
- Added automated filtering of tflite-file in the graphical configuration (thanks to @**[caco3](https://github.com/caco3)**)
|
||||||
|
|
||||||
##### Rolling (2022-08-22)
|
##### Rolling (2022-08-22)
|
||||||
|
|
||||||
- Added favicon and system name (thanks to @**[caco3](https://github.com/caco3)**)
|
- Added favicon and system name (thanks to @**[caco3](https://github.com/caco3)**)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="0153229";
|
const char* GIT_REV="ae302d4";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2022-08-22 22:13";
|
const char* BUILD_TIME="2022-08-23 17:55";
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="0153229";
|
const char* GIT_REV="ae302d4";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2022-08-22 22:13";
|
const char* BUILD_TIME="2022-08-23 17:55";
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
15.0.0
|
15.1.0
|
||||||
5
tools/logfile-tool/config.ini
Normal file
5
tools/logfile-tool/config.ini
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[MAIN]
|
||||||
|
URL=http://192.168.178.62/fileserver/log/message/
|
||||||
|
CountLogfiles=3
|
||||||
|
Log=C:\Users\Muell\Downloads
|
||||||
|
CsvFile=C:\Users\Muell\Downloads\values.csv
|
||||||
Reference in New Issue
Block a user