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:39:56 +02:00
parent 521000ff98
commit 7c359b2221
1 changed files with 1 additions and 1 deletions

View File

@ -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 ::");