Calibration
+Put your soilmoisture sensor into dry soil and hit Refresh.
+Adjust the value of 'Soilmoisture dry' if needed according to the reading.
+Repeat this with wet soil for 'Soilmoisture wet'.
)EOF";
diff --git a/Arduino/CanGrow/CanGrow_WebFunctions.h b/Arduino/CanGrow/CanGrow_WebFunctions.h
index 6614e9b..8f91b96 100644
--- a/Arduino/CanGrow/CanGrow_WebFunctions.h
+++ b/Arduino/CanGrow/CanGrow_WebFunctions.h
@@ -377,6 +377,9 @@ void WEBroot() {
body += "Grow started: 🗓️ ";
body += returnStrDateFromEpoch(GrowStart);
body += " \n";
+ body += "Grow end (est.): 🗓️ ";
+ body += returnStrDateFromEpoch(GrowStart + (60 * 60 * 24 * (DaysVeg + DaysVeg) ) );
+ body += " \n";
body += "Day of Grow: ";
if(DayNight == true) {
body += " 🌞 ";
@@ -599,14 +602,6 @@ void WEBgrowSettings() {
body += "'/> %