Explorar el Código

corrected default

CaCO3 hace 2 años
padre
commit
0d78bb78ea
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      sd-card/html/edit_config_param_template.html

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

@@ -469,8 +469,8 @@
 			</td>
 			<td>
 				<select id="TakeImage_FixedExposure_value1">
-					<option value="true" selected>true</option>
-					<option value="false" >false</option>
+					<option value="true">true</option>
+					<option value="false" selected>false</option>
 				</select>
 			</td>
 			<td>$TOOLTIP_TakeImage_FixedExposure</td>