From 7c359b22210ac131772c43b12535220f70b4cf97 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 16 Apr 2024 12:39:56 +0200 Subject: [PATCH] my first plants are coming out of their seed - i need some light control urgently, lol --- Arduino/CanGrow/CanGrow.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index e4c2b88..c59f969 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -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 ::");