mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
v12.0.0
This commit is contained in:
11
README.md
11
README.md
@@ -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)
|
||||
|
||||
|
||||
@@ -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";
|
||||
@@ -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)
|
||||
|
||||
@@ -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.
@@ -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.
BIN
sd-card/config/dig1200s1q.tflite
Normal file
BIN
sd-card/config/dig1200s1q.tflite
Normal file
Binary file not shown.
Reference in New Issue
Block a user