litle improvements on html and config.ini

This commit is contained in:
Zwer2k
2021-07-06 21:32:49 +02:00
parent 8ca14a434c
commit 7944ab329d
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -60,9 +60,9 @@ CheckDigitIncreaseConsistency = false
;[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
;IO12 = input-pullup disabled 10 false false
;IO13 = input-pullup disabled 10 false false

View File

@@ -675,7 +675,7 @@ textarea {
<td colspan="4" style="padding-left: 20px;">
<h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='UpdateAfterCategoryCheck()' unchecked >
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>
</td>
</tr>