Rolling 2021-21-03

This commit is contained in:
jomjol
2021-12-03 18:12:45 +01:00
parent cc659bad30
commit 27e2e042da
5 changed files with 11 additions and 3 deletions

View File

@@ -47,6 +47,14 @@ 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-12-03)
- Normalized Parameter ``MaxRateValue`` to change per minute
- Moved Parameter ``CheckDigitIncreaseConsistency`` to expert mode (disabled in default config)
##### 9.2.0 - External Illumination (2021-12-02) ##### 9.2.0 - External Illumination (2021-12-02)
- Direct JSON access: ``http://IP-ADRESS/json`` - Direct JSON access: ``http://IP-ADRESS/json``

Binary file not shown.

Binary file not shown.

View File

@@ -428,7 +428,7 @@ textarea {
Do not show error message in return value - in error case, the last valid number will be send out Do not show error message in return value - in error case, the last valid number will be send out
</td> </td>
</tr> </tr>
<tr> <tr class="expert" id="ex1dddd">
<td width="20px" style="padding-left: 40px;"> <td width="20px" style="padding-left: 40px;">
<input type="checkbox" id="PostProcessing_CheckDigitIncreaseConsistency_enabled" value="1" onclick = 'InvertEnableItem("PostProcessing", "CheckDigitIncreaseConsistency")' unchecked > <input type="checkbox" id="PostProcessing_CheckDigitIncreaseConsistency_enabled" value="1" onclick = 'InvertEnableItem("PostProcessing", "CheckDigitIncreaseConsistency")' unchecked >
</td> </td>
@@ -482,7 +482,7 @@ textarea {
<input type="number" id="PostProcessing_MaxRateValue_value1" size="13" min="0" step="any"> <input type="number" id="PostProcessing_MaxRateValue_value1" size="13" min="0" step="any">
</td> </td>
<td style="font-size: 80%;"> <td style="font-size: 80%;">
Maximum change of reading from one to the next readout Maximum change of reading per minute
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@@ -1 +1 @@
11.1.0 11.2.0