diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index 4857eba..a898789 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -572,7 +572,7 @@ const char HTMLgauge[] PROGMEM = R"EOF(
- Moisture + Soilmoisture
@@ -1728,7 +1728,7 @@ String returnStrSelected(byte savedValue, byte selectId) { if(configured == true) { if(savedValue == selectId) { - returnStr = "selected"; + returnStr = " selected "; } else { returnStr = ""; } @@ -2027,21 +2027,21 @@ void WEBgrowSettings() { - body += "Days of vegetation:
\n"; + body+= "' required>Days
\n"; - body += "Days of bloom:
\n"; + body+= "' required> Days
\n"; - body += "Hours light on vegetation:
\n"; + body+= "' required> Hours
\n"; - body += "Hours light on bloom:
\n"; + body+= "' required> Hours
\n"; body += "Sunrise:
\n"; // SunFade bool - body += "Fade LED on Sunrise/Sunset?: \n"; body += "\n"; body += "\n"; body += "
\n"; - body += "Fading duration (minutes):
\n"; + body+= "' required> Minutes
\n"; if(UseLEDrelais == false) { - body += "Brightness LED:
\n"; + body += "'/> %
\n"; } if(UseFANrelais == false) { - body += "Speed FAN:
\n"; + body += "'/> %
\n"; } body += "\n"; @@ -2107,14 +2107,14 @@ void WEBsystemSettings() { body += "
\n"; // UseFan bool - body += "Use fan: \n"; if(configured == false){body += "\n";} body += "\n"; body += "\n"; body += "
\n"; // UsePump bool - body += "Use pump: \n"; if(configured == false){body += "\n";} body += "\n"; body += "\n"; @@ -2136,12 +2136,12 @@ void WEBsystemSettings() { // TODO ugly. can this done be better? // PumpOnTime int - body += "Pump on time:
\n"; + body += "'required> Seconds
\n"; // MoistureSensor_Type byte - body += "Moisture sensor type: \n"; if(configured == false) { body += "\n"; } @@ -2150,12 +2150,12 @@ void WEBsystemSettings() { body += "
\n"; // SoilmoistureLow byte - body += "Soil moisture low:
\n"; + body += "' required> %
\n"; // TemperatureSensor_Type byte - body += "Temperature sensor type: \n"; if(configured == false) { body += "\n"; } @@ -2164,9 +2164,9 @@ void WEBsystemSettings() { body += "
\n"; // NtpOffset int - body += "NTP offset:
\n"; + body+= "' required> Hours
\n"; body += "\n"; body += "
\n";