This commit is contained in:
jomjol
2022-02-12 09:02:00 +01:00
parent 379f4585e3
commit b0d8ed6248
4 changed files with 8 additions and 15 deletions

View File

@@ -54,20 +54,13 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
##### Rolling (2022-02-11)
- Updated digital neural network file (`dig-s2-q-20220211.tflite`)
- Corrected rounding in `CheckDigitIncreaseConsistency` algorithm
Rolling (2022-02-08)
- added Wifi RSSI to MQTT information
Rolling (2022-02-06)
##### 10.4.0 - Stability Increase (2022-02-12)
- Graphical configuration: select available neural network files (*.tfl, *.tflite) from drop down menu
- OTA-update: add option to upload tfl / tflite files to the correct locatioin (`/config/`)
- in future the new files will also be copied to the `firmware` directory of the repository
- Added Wifi RSSI to MQTT information
- Updated analog neural network file (`ana-s3-q-20220105.tflite`)
- Updated digital neural network file (`dig-s1-q-20220102.tflite`)
- Updated build environment to `Espressif 3.5.0`

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="45a7198";
const char* GIT_REV="379f458";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-02-11 20:05";
const char* BUILD_TIME="2022-02-12 08:56";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v10.3.0 - 2022-01-29";
const char* GIT_BASE_BRANCH = "master - v10.4.0 - 2022-02-12";
const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="45a7198";
const char* GIT_REV="379f458";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-02-11 20:05";
const char* BUILD_TIME="2022-02-12 08:56";