diff --git a/sd-card/html/edit_config_param.html b/sd-card/html/edit_config_param.html
index a1b0de1a..0038f0e8 100644
--- a/sd-card/html/edit_config_param.html
+++ b/sd-card/html/edit_config_param.html
@@ -738,7 +738,7 @@ textarea {
+ - Enabling GPIO handler, disable by default integrated flash light. Please enable it with GPIO4 (internal flash LED) settings or GPIO12 (external LED).
|
@@ -764,7 +764,7 @@ textarea {
- |
+ |
GPIO 0 use interrupt
|
@@ -782,7 +782,7 @@ textarea {
|
- |
+ |
GPIO 0 PWM duty resolution
|
|
@@ -791,7 +791,7 @@ textarea {
- |
+ |
GPIO 0 enable MQTT
|
|
@@ -800,7 +800,7 @@ textarea {
- |
+ |
GPIO 0 enable HTTP
|
|
@@ -809,7 +809,7 @@ textarea {
- |
+ |
GPIO 0 name
|
|
@@ -838,7 +838,7 @@ textarea {
- |
+ |
GPIO 1 use interrupt
|
@@ -856,7 +856,7 @@ textarea {
|
- |
+ |
GPIO 1 PWM duty resolution
|
|
@@ -865,7 +865,7 @@ textarea {
- |
+ |
GPIO 1 enable MQTT
|
|
@@ -874,7 +874,7 @@ textarea {
- |
+ |
GPIO 1 enable HTTP
|
|
@@ -883,7 +883,7 @@ textarea {
- |
+ |
GPIO 1 name
|
|
@@ -912,7 +912,7 @@ textarea {
- |
+ |
GPIO 3 use interrupt
|
@@ -930,7 +930,7 @@ textarea {
|
- |
+ |
GPIO 3 PWM duty resolution
|
|
@@ -939,7 +939,7 @@ textarea {
- |
+ |
GPIO 3 enable MQTT
|
|
@@ -948,7 +948,7 @@ textarea {
- |
+ |
GPIO 3 enable HTTP
|
|
@@ -957,7 +957,7 @@ textarea {
- |
+ |
GPIO 3 name
|
|
@@ -988,7 +988,7 @@ textarea {
- |
+ |
GPIO 4 use interrupt
|
@@ -1006,7 +1006,7 @@ textarea {
|
- |
+ |
GPIO 4 PWM duty resolution
|
|
@@ -1015,7 +1015,7 @@ textarea {
- |
+ |
GPIO 4 enable MQTT
|
|
@@ -1024,7 +1024,7 @@ textarea {
- |
+ |
GPIO 4 enable HTTP
|
|
@@ -1033,7 +1033,7 @@ textarea {
- |
+ |
GPIO 4 name
|
|
@@ -1063,7 +1063,7 @@ textarea {
- |
+ |
GPIO 12 use interrupt
|
@@ -1081,7 +1081,7 @@ textarea {
|
- |
+ |
GPIO 12 PWM duty resolution
|
|
@@ -1090,7 +1090,7 @@ textarea {
- |
+ |
GPIO 12 enable MQTT
|
|
@@ -1099,7 +1099,7 @@ textarea {
- |
+ |
GPIO 12 enable HTTP
|
|
@@ -1108,7 +1108,7 @@ textarea {
- |
+ |
GPIO 12 name
|
|
@@ -1181,7 +1181,7 @@ textarea {
- |
+ |
GPIO 13 use interrupt
|
@@ -1199,7 +1199,7 @@ textarea {
|
- |
+ |
GPIO 13 PWM duty resolution
|
|
@@ -1208,7 +1208,7 @@ textarea {
- |
+ |
GPIO 13 enable MQTT
|
|
@@ -1217,7 +1217,7 @@ textarea {
- |
+ |
GPIO 13 enable HTTP
|
|
@@ -1226,7 +1226,7 @@ textarea {
- |
+ |
GPIO 13 name
|
|
@@ -1489,7 +1489,7 @@ function WriteParameter(_param, _category, _cat, _name, _optional, _number = -1)
document.getElementById(_cat+"_"+_name+"_value"+j).disabled = true;
}
}
- document.getElementById(_cat+"_"+_name+"_text").style="color:lightgrey;"
+ document.getElementById(_cat+"_"+_name+"_text").style="color: gray;"
setEnabled(_cat+"_"+_name, false);
}