firmware wip
This commit is contained in:
parent
0d7e3cf79b
commit
2ab8c790e7
1 changed files with 2 additions and 6 deletions
|
@ -1325,13 +1325,9 @@ void WEBroot() {
|
|||
}
|
||||
}
|
||||
|
||||
float growLightBrightnes = round((PINled_PWM / 255) * 100);
|
||||
Serial.print("growLightBrightnes: ");
|
||||
Serial.println(growLightBrightnes);
|
||||
|
||||
body += "<br>";
|
||||
body += "Growlight brightnes: ";
|
||||
body += growLightBrightnes;
|
||||
body += ((PINled_PWM * 100) / 255);
|
||||
body += " %<br>";
|
||||
body += "<form method='post' action='/switch'>";
|
||||
body += "MOSFET<select id='output' name='output' required>\n";
|
||||
|
|
Loading…
Reference in a new issue