jomjol 4 лет назад
Родитель
Сommit
da16322fb8
6 измененных файлов с 7 добавлено и 16 удалено
  1. 2 11
      README.md
  2. 2 2
      code/main/version.cpp
  3. 1 1
      code/main/version.h
  4. 2 2
      code/version.cpp
  5. BIN
      firmware/bootloader.bin
  6. BIN
      firmware/firmware.bin

+ 2 - 11
README.md

@@ -45,20 +45,11 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 **General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
 
-##### Rolling (2021-07-23)
 
-* Bug Fix: hmtl server
 
-Rolling (2021-07-19)
-
-* Saving of rounded prevalue
-
-* based on v8.0.1 (2021-07-08)
-
-  
-
-##### 8.0.1 - Multi Meter Support (2021-07-18)
+##### 8.0.2 - Multi Meter Support (2021-07-23
 
+* NEW 8.0.1: saving roundes prevalue, bug fix html server
 * NEW 8.0.1: bug fix html handling of parameter `FixedExposure` and `ImageSize`
 * Dual / multi meter support (more than 1 number to be recognized)
   This is implemented with the feature "number" on the ROI definition as well as selected options

+ 2 - 2
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="1b6a124";
+const char* GIT_REV="a6d39af";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-07-23 07:30";
+const char* BUILD_TIME="2021-07-23 20:43";

+ 1 - 1
code/main/version.h

@@ -13,7 +13,7 @@ extern "C"
 #include "Helper.h"
 #include <fstream>
 
-const char* GIT_BASE_BRANCH = "master - v8.0.1 - 2021-07-18";
+const char* GIT_BASE_BRANCH = "master - v8.0.2 - 2021-07-23";
 
 
 const char* git_base_branch(void)

+ 2 - 2
code/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="1b6a124";
+const char* GIT_REV="a6d39af";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-07-23 07:30";
+const char* BUILD_TIME="2021-07-23 20:43";

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin