Ver Fonte

Rolling 2021-21-03

jomjol há 4 anos atrás
pai
commit
27e2e042da

+ 8 - 0
README.md

@@ -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`` 

BIN
firmware/firmware.bin


BIN
firmware/html.zip


+ 2 - 2
sd-card/html/edit_config_param.html

@@ -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>

+ 1 - 1
sd-card/html/version.txt

@@ -1 +1 @@
-11.1.0
+11.2.0