my first plants are coming out of their seed - i need some light control urgently, lol
This commit is contained in:
parent
02e185d2fd
commit
521000ff98
1 changed files with 3 additions and 1 deletions
|
@ -1118,7 +1118,9 @@ void WEBgrowSettings() {
|
||||||
|
|
||||||
body += "<form method='post' action='/growSettings/save'>\n";
|
body += "<form method='post' action='/growSettings/save'>\n";
|
||||||
|
|
||||||
body += "Brightness <input type='range' id='PINled_PWM' name='PINled_PWM' min='1' max='255' step='5' />";
|
body += "Brightness <input type='range' id='PINled_PWM' name='PINled_PWM' min='1' max='255' step='5' style='direction: rtl;' value='";
|
||||||
|
body += PINled_PWM;
|
||||||
|
body += "'/>";
|
||||||
|
|
||||||
body += "<input type='submit' value='Save'>\n";
|
body += "<input type='submit' value='Save'>\n";
|
||||||
body += "</form>\n";
|
body += "</form>\n";
|
||||||
|
|
Loading…
Reference in a new issue