mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 13:36:54 +03:00
fix typos and wording on config page (#1898)
This commit is contained in:
@@ -150,7 +150,7 @@ textarea {
|
|||||||
<input type="number" id="MakeImage_WaitBeforeTakingPicture_value1" size="13" min="0" step="any">
|
<input type="number" id="MakeImage_WaitBeforeTakingPicture_value1" size="13" min="0" step="any">
|
||||||
</td>
|
</td>
|
||||||
<td class="description">
|
<td class="description">
|
||||||
Wait time between illumination switch on and take the picture (in seconds)
|
Wait time between switching illumination on and taking the picture (in seconds)
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="expert" id="ex2">
|
<tr class="expert" id="ex2">
|
||||||
@@ -176,7 +176,7 @@ textarea {
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td class="description">
|
<td class="description">
|
||||||
Picture size camera (default = "VGA")
|
Size of camera picture (default = "VGA")
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -466,7 +466,7 @@ textarea {
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
Set on "false" to ensure, that only positive changes are accepted (typically for counter)
|
Set to "false" to ensure, that only positive changes are accepted (typically for counter)
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -478,8 +478,8 @@ textarea {
|
|||||||
<input type="number" id="PostProcessing_DecimalShift_value1" step="1">
|
<input type="number" id="PostProcessing_DecimalShift_value1" step="1">
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
Shift the digit separator (positiv or negativ).<br>
|
Shift the decimal separator (positiv or negativ).<br>
|
||||||
Eg. to move from 'm3' to 'l' (Multiply by 1000), you need to set it to +3.
|
Eg. to move from 'm³' to 'l' (Multiply by 1000), you need to set it to +3.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -505,7 +505,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 a reading - if threated as absolute or relative change see next parameter.
|
Maximum change of a reading - if treated as absolute or relative change see next parameter.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -535,7 +535,7 @@ textarea {
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
Enable to use the after point resolution for the last analog counter
|
Enable to use the decimal place of the last analog counter
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user