Skip to content

Commit b0d8ed6

Browse files
committed
v10.4.0
1 parent 379f458 commit b0d8ed6

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff 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

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="45a7198";
1+
const char* GIT_REV="379f458";
22
const char* GIT_TAG="";
33
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2022-02-11 20:05";
4+
const char* BUILD_TIME="2022-02-12 08:56";

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 - v10.3.0 - 2022-01-29";
16+
const char* GIT_BASE_BRANCH = "master - v10.4.0 - 2022-02-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="45a7198";
1+
const char* GIT_REV="379f458";
22
const char* GIT_TAG="";
33
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2022-02-11 20:05";
4+
const char* BUILD_TIME="2022-02-12 08:56";

0 commit comments

Comments
 (0)