File tree Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -54,20 +54,13 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
5454
5555
5656
57- ##### Rolling (2022-02-11)
58-
59- - Updated digital neural network file (` dig-s2-q-20220211.tflite ` )
60- - Corrected rounding in ` CheckDigitIncreaseConsistency ` algorithm
61-
62- Rolling (2022-02-08)
63-
64- - added Wifi RSSI to MQTT information
65-
66- Rolling (2022-02-06)
57+ ##### 10.4.0 - Stability Increase (2022-02-12)
6758
6859- Graphical configuration: select available neural network files (* .tfl, * .tflite) from drop down menu
6960- OTA-update: add option to upload tfl / tflite files to the correct locatioin (` /config/ ` )
7061 - in future the new files will also be copied to the ` firmware ` directory of the repository
62+ - Added Wifi RSSI to MQTT information
63+ - Updated analog neural network file (` ana-s3-q-20220105.tflite ` )
7164- Updated digital neural network file (` dig-s1-q-20220102.tflite ` )
7265- Updated build environment to ` Espressif 3.5.0 `
7366
Original file line number Diff line number Diff line change 1- const char * GIT_REV=" 45a7198 " ;
1+ const char * GIT_REV=" 379f458 " ;
22const char * GIT_TAG=" " ;
33const char * GIT_BRANCH=" rolling" ;
4- const char * BUILD_TIME=" 2022-02-11 20:05 " ;
4+ const char * BUILD_TIME=" 2022-02-12 08:56 " ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern "C"
1313#include " Helper.h"
1414#include < fstream>
1515
16- const char * GIT_BASE_BRANCH = " master - v10.3 .0 - 2022-01-29 " ;
16+ const char * GIT_BASE_BRANCH = " master - v10.4 .0 - 2022-02-12 " ;
1717
1818
1919const char * git_base_branch (void )
Original file line number Diff line number Diff line change 1- const char * GIT_REV=" 45a7198 " ;
1+ const char * GIT_REV=" 379f458 " ;
22const char * GIT_TAG=" " ;
33const char * GIT_BRANCH=" rolling" ;
4- const char * BUILD_TIME=" 2022-02-11 20:05 " ;
4+ const char * BUILD_TIME=" 2022-02-12 08:56 " ;
You can’t perform that action at this time.
0 commit comments