Browse Source

corrected default

CaCO3 2 years ago
parent
commit
0d78bb78ea
1 changed files with 2 additions and 2 deletions
  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>