Pārlūkot izejas kodu

litle improvements on html and config.ini

Zwer2k 4 gadi atpakaļ
vecāks
revīzija
7944ab329d

BIN
firmware/html.zip


+ 3 - 3
sd-card/config/config.ini

@@ -60,9 +60,9 @@ CheckDigitIncreaseConsistency = false
 
 
 ;[GPIO]
 ;[GPIO]
 ;MainTopicMQTT = watermeter2/GPIO
 ;MainTopicMQTT = watermeter2/GPIO
-;IO1 = input disabled  false false 
-;IO0 = input disabled  false false 
-;IO3 = input disabled  false false 
+;IO0 = input disabled 10 false false  
+;IO1 = input disabled 10 false false 
+;IO3 = input disabled 10 false false 
 ;IO4 = built-in-led disabled 10 false false 
 ;IO4 = built-in-led disabled 10 false false 
 ;IO12 = input-pullup disabled 10 false false 
 ;IO12 = input-pullup disabled 10 false false 
 ;IO13 = input-pullup disabled 10 false false 
 ;IO13 = input-pullup disabled 10 false false 

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

@@ -675,7 +675,7 @@ textarea {
 			<td colspan="4" style="padding-left: 20px;">
 			<td colspan="4" style="padding-left: 20px;">
 				<h4><input type="checkbox" id="Category_GPIO_enabled" value="1"  onclick='UpdateAfterCategoryCheck()' unchecked > 
 				<h4><input type="checkbox" id="Category_GPIO_enabled" value="1"  onclick='UpdateAfterCategoryCheck()' unchecked > 
 					GPIO Settings
 					GPIO Settings
-					<span style="color: red;">Enabling GPIO handler, disable by default integrated flash light. Please enable it with GPIO4 settings.</span>
+					<span class="GPIO_item" style="color: red;">Enabling GPIO handler, disable by default integrated flash light. Please enable it with GPIO4 settings.</span>
 				</h4>	
 				</h4>	
 			</td>
 			</td>
 		</tr> 	
 		</tr>