Skip to content

Commit f6b1a41

Browse files
committed
v12.0.0
1 parent e529af0 commit f6b1a41

File tree

10 files changed

+10
-13
lines changed

10 files changed

+10
-13
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,13 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
4747

4848

4949

50-
##### Rolling (2021-08-09)
51-
52-
* remove reconnect limit in wlan module
53-
54-
Rolling (2021-08-07)
50+
##### 8.1.0 - Multi Meter Support (2021-08-12)
5551

5652
* GPIO: using the general mqtt main topic for GPIO
53+
54+
* Upgrade digital CNN to v12.0.0 (added new images)
5755
* Update tfmicro to new master (2021-08-07)
58-
* Bug fix: mqtt value
59-
* Based on v2021-08-01
56+
* Bug fix: remove text in mqtt value, remove connect limit in wlan reconnet
6057

6158
##### 8.0.5 - Multi Meter Support (2021-08-01)
6259

code/main/version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="32f15fc";
1+
const char* GIT_REV="e529af0";
22
const char* GIT_TAG="";
33
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2021-08-09 21:31";
4+
const char* BUILD_TIME="2021-08-12 07:18";

code/main/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C"
1313
#include "Helper.h"
1414
#include <fstream>
1515

16-
const char* GIT_BASE_BRANCH = "master - v8.0.5 - 2021-08-01";
16+
const char* GIT_BASE_BRANCH = "master - v8.1.0 - 2021-08-12";
1717

1818

1919
const char* git_base_branch(void)

code/version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="32f15fc";
1+
const char* GIT_REV="e529af0";
22
const char* GIT_TAG="";
33
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2021-08-09 21:31";
4+
const char* BUILD_TIME="2021-08-12 07:18";

firmware/bootloader.bin

0 Bytes
Binary file not shown.

firmware/firmware.bin

16 Bytes
Binary file not shown.

sd-card/config/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FlipImageSize = false
2020
/config/ref1.jpg 442 142
2121

2222
[Digits]
23-
Model = /config/dig1100s2q.tflite
23+
Model = /config/dig1200s1q.tflite
2424
;LogImageLocation = /log/digit
2525
;LogfileRetentionInDays = 3
2626
ModelInputSize = 20 32

sd-card/config/dig1100s2q.tflite

-96.2 KB
Binary file not shown.

sd-card/config/dig1110s1q.tflite

-198 KB
Binary file not shown.

sd-card/config/dig1200s1q.tflite

330 KB
Binary file not shown.

0 commit comments

Comments
 (0)