my first plants are coming out of their seed - i need some light control urgently, lol
This commit is contained in:
parent
521000ff98
commit
7c359b2221
1 changed files with 1 additions and 1 deletions
|
@ -1139,7 +1139,7 @@ void WEBgrowSettings() {
|
|||
void POSTgrowSettings() {
|
||||
PINled_PWM = webserver.arg("PINled_PWM").toInt();
|
||||
|
||||
analogWrite(D4, PINled_PWM);
|
||||
analogWrite(PINled, PINled_PWM);
|
||||
|
||||
Serial.println(":: POSTgrowSettings ::");
|
||||
|
||||
|
|
Loading…
Reference in a new issue