This commit is contained in:
jomjol
2021-07-25 18:07:50 +02:00
parent 104b72505c
commit be5828cb3e
9 changed files with 8 additions and 13 deletions

View File

@@ -45,13 +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-25)
* Bug fix: reboot during update `config.ini`
* based on v8.0.2
##### 8.0.2 - Multi Meter Support (2021-07-23) ##### 8.0.3 - Multi Meter Support (2021-07-25)
* NEW 8.0.3: bug fix: reboot during `config.ini` handling, html error
* NEW 8.0.2: saving roundes prevalue, bug fix html server * NEW 8.0.2: 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)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="eaaa856"; const char* GIT_REV="104b725";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="rolling"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-07-25 13:14"; const char* BUILD_TIME="2021-07-25 18:05";

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.2 - 2021-07-23"; const char* GIT_BASE_BRANCH = "master - v8.0.3 - 2021-07-25";
const char* git_base_branch(void) const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="eaaa856"; const char* GIT_REV="104b725";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="rolling"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-07-25 13:14"; const char* BUILD_TIME="2021-07-25 18:05";

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -367,9 +367,6 @@ textarea {
</td> </td>
</tr> </tr>
ExtendedResolution
<tr class="expert" id="ex10"> <tr class="expert" id="ex10">
<td width="20px" style="padding-left: 40px;"> </td> <td width="20px" style="padding-left: 40px;"> </td>
<td> <class id="Analog_ModelInputSize_text" style="color:black;">ModelInputSize</class> </td> <td> <class id="Analog_ModelInputSize_text" style="color:black;">ModelInputSize</class> </td>

View File

@@ -1 +1 @@
9.5.1 9.5.2