my first plants are coming out of their seed - i need some light control urgently, lol

This commit is contained in:
Marcus 2024-04-16 12:38:57 +02:00
parent 02e185d2fd
commit 521000ff98
1 changed files with 3 additions and 1 deletions

View File

@ -1118,7 +1118,9 @@ void WEBgrowSettings() {
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 += "</form>\n";