فهرست منبع

Merge branch 'rolling' of https://github.com/jomjol/AI-on-the-edge-device into rolling

CaCO3 1 سال پیش
والد
کامیت
52efedcfa0

+ 1 - 1
param-docs/parameter-pages/PostProcessing/NUMBER.AnalogDigitTransitionStart.md → param-docs/parameter-pages/PostProcessing/NUMBER.AnalogToDigitTransitionStart.md

@@ -1,4 +1,4 @@
-# Parameter `<NUMBER>.AnalogDigitTransitionStart`
+# Parameter `<NUMBER>.AnalogToDigitTransitionStart`
 Default Value: `9.2`
 Default Value: `9.2`
 
 
 This can be used if you have wrong values, but the recognition of the individual ROIs are correct.
 This can be used if you have wrong values, but the recognition of the individual ROIs are correct.

+ 3 - 3
sd-card/html/edit_config_template.html

@@ -933,7 +933,7 @@
 		<tr>
 		<tr>
 			<td class="indent2">
 			<td class="indent2">
 				<input type="checkbox" id="PostProcessing_AnalogToDigitTransitionStart_enabled" value="1"  onclick = 'InvertEnableItem("PostProcessing", "AnalogToDigitTransitionStart")' unchecked >
 				<input type="checkbox" id="PostProcessing_AnalogToDigitTransitionStart_enabled" value="1"  onclick = 'InvertEnableItem("PostProcessing", "AnalogToDigitTransitionStart")' unchecked >
-				<label for=PostProcessing_AnalogToDigitTransitionStart_enabled><class id="PostProcessing_AnalogToDigitTransitionStart_text" style="color:black;">Analog/Digital Transition Start</class></label>
+				<label for=PostProcessing_AnalogToDigitTransitionStart_enabled><class id="PostProcessing_AnalogToDigitTransitionStart_text" style="color:black;">Analogto Digit Transition Start</class></label>
 			</td>
 			</td>
 			<td>
 			<td>
 				<input required type="number" id="PostProcessing_AnalogToDigitTransitionStart_value1" step="0.1" min="5.0" max="9.9" value="9.2"
 				<input required type="number" id="PostProcessing_AnalogToDigitTransitionStart_value1" step="0.1" min="5.0" max="9.9" value="9.2"
@@ -2374,12 +2374,12 @@ function WriteModelFiles() {
         
         
         var text = list_tflite[i].replace("/config/", "");
         var text = list_tflite[i].replace("/config/", "");
         
         
-        if (list_tflite[i].includes("/dig")) { // Its a digital file, only show in the digital list box
+        if (list_tflite[i].includes("/dig")) { // Its a digit file, only show in the digits list box
             optionDig.text = text;
             optionDig.text = text;
             optionDig.value = list_tflite[i];
             optionDig.value = list_tflite[i];
             _indexDig.add(optionDig);
             _indexDig.add(optionDig);
         }
         }
-        else if (list_tflite[i].includes("/ana")) { // Its a digital file, only show in the analog list box
+        else if (list_tflite[i].includes("/ana")) { // Its a digit file, only show in the analog list box
             optionAna.text = text;
             optionAna.text = text;
             optionAna.value = list_tflite[i];
             optionAna.value = list_tflite[i];
             _indexAna.add(optionAna);
             _indexAna.add(optionAna);