From 02e185d2fd9e436da679bdbb1d9bfd6e6f52f804 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 16 Apr 2024 12:32:15 +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 b4b53ae..eb4c4cf 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -1103,7 +1103,7 @@ void WEBsystemSettings() { void WEBgrowSettings() { String body = FPSTR(HTMLheader); - if(strlen(GrowName) > 0) { + if(strlen(GrowName) < 1) { body += "

Step 3: Grow settings

"; body += "

Please configure all settings
"; body += "

";