my first plants are coming out of their seed - i need some light control urgently, lol
This commit is contained in:
parent
8922a8f9e9
commit
02e185d2fd
1 changed files with 1 additions and 1 deletions
|
@ -1103,7 +1103,7 @@ void WEBsystemSettings() {
|
||||||
void WEBgrowSettings() {
|
void WEBgrowSettings() {
|
||||||
String body = FPSTR(HTMLheader);
|
String body = FPSTR(HTMLheader);
|
||||||
|
|
||||||
if(strlen(GrowName) > 0) {
|
if(strlen(GrowName) < 1) {
|
||||||
body += "<h1>Step 3: Grow settings</h1>";
|
body += "<h1>Step 3: Grow settings</h1>";
|
||||||
body += "<p>Please configure all settings<br>";
|
body += "<p>Please configure all settings<br>";
|
||||||
body += "</p>";
|
body += "</p>";
|
||||||
|
|
Loading…
Reference in a new issue