jomjol 4 лет назад
Родитель
Сommit
b0d8ed6248
4 измененных файлов с 8 добавлено и 15 удалено
  1. 3 10
      README.md
  2. 2 2
      code/main/version.cpp
  3. 1 1
      code/main/version.h
  4. 2 2
      code/version.cpp

+ 3 - 10
README.md

@@ -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`
 

+ 2 - 2
code/main/version.cpp

@@ -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";

+ 1 - 1
code/main/version.h

@@ -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)

+ 2 - 2
code/version.cpp

@@ -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";