This commit is contained in:
jomjol
2021-07-23 20:47:23 +02:00
parent a6d39afc26
commit da16322fb8
6 changed files with 7 additions and 16 deletions

View File

@@ -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! **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) ##### 8.0.2 - Multi Meter Support (2021-07-23
* Saving of rounded prevalue
* based on v8.0.1 (2021-07-08)
##### 8.0.1 - Multi Meter Support (2021-07-18)
* NEW 8.0.1: saving roundes prevalue, bug fix html server
* NEW 8.0.1: bug fix html handling of parameter `FixedExposure` and `ImageSize` * NEW 8.0.1: bug fix html handling of parameter `FixedExposure` and `ImageSize`
* Dual / multi meter support (more than 1 number to be recognized) * 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 This is implemented with the feature "number" on the ROI definition as well as selected options

View File

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

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h" #include "Helper.h"
#include <fstream> #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) const char* git_base_branch(void)

View File

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

Binary file not shown.

Binary file not shown.