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:32:15 +02:00
parent 8922a8f9e9
commit 02e185d2fd
1 changed files with 1 additions and 1 deletions

View File

@ -1103,7 +1103,7 @@ void WEBsystemSettings() {
void WEBgrowSettings() {
String body = FPSTR(HTMLheader);
if(strlen(GrowName) > 0) {
if(strlen(GrowName) < 1) {
body += "<h1>Step 3: Grow settings</h1>";
body += "<p>Please configure all settings<br>";
body += "</p>";