mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 14:07:00 +03:00
Rolling 2021-21-03
This commit is contained in:
@@ -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!
|
||||
|
||||
##### 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)
|
||||
|
||||
- Direct JSON access: ``http://IP-ADRESS/json``
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -428,7 +428,7 @@ textarea {
|
||||
Do not show error message in return value - in error case, the last valid number will be send out
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="expert" id="ex1dddd">
|
||||
<td width="20px" style="padding-left: 40px;">
|
||||
<input type="checkbox" id="PostProcessing_CheckDigitIncreaseConsistency_enabled" value="1" onclick = 'InvertEnableItem("PostProcessing", "CheckDigitIncreaseConsistency")' unchecked >
|
||||
</td>
|
||||
@@ -482,7 +482,7 @@ textarea {
|
||||
<input type="number" id="PostProcessing_MaxRateValue_value1" size="13" min="0" step="any">
|
||||
</td>
|
||||
<td style="font-size: 80%;">
|
||||
Maximum change of reading from one to the next readout
|
||||
Maximum change of reading per minute
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -1 +1 @@
|
||||
11.1.0
|
||||
11.2.0
|
||||
Reference in New Issue
Block a user