This commit is contained in:
jomjol
2021-08-12 07:20:58 +02:00
parent e529af04cf
commit f6b1a41a0b
10 changed files with 10 additions and 13 deletions

View File

@@ -47,16 +47,13 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
##### Rolling (2021-08-09)
* remove reconnect limit in wlan module
Rolling (2021-08-07)
##### 8.1.0 - Multi Meter Support (2021-08-12)
* GPIO: using the general mqtt main topic for GPIO
* Upgrade digital CNN to v12.0.0 (added new images)
* Update tfmicro to new master (2021-08-07)
* Bug fix: mqtt value
* Based on v2021-08-01
* Bug fix: remove text in mqtt value, remove connect limit in wlan reconnet
##### 8.0.5 - Multi Meter Support (2021-08-01)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="32f15fc";
const char* GIT_REV="e529af0";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-08-09 21:31";
const char* BUILD_TIME="2021-08-12 07:18";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v8.0.5 - 2021-08-01";
const char* GIT_BASE_BRANCH = "master - v8.1.0 - 2021-08-12";
const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="32f15fc";
const char* GIT_REV="e529af0";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-08-09 21:31";
const char* BUILD_TIME="2021-08-12 07:18";

Binary file not shown.

Binary file not shown.

View File

@@ -20,7 +20,7 @@ FlipImageSize = false
/config/ref1.jpg 442 142
[Digits]
Model = /config/dig1100s2q.tflite
Model = /config/dig1200s1q.tflite
;LogImageLocation = /log/digit
;LogfileRetentionInDays = 3
ModelInputSize = 20 32

Binary file not shown.

Binary file not shown.

Binary file not shown.