diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index 2fcccb1..7e08bf1 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -80,7 +80,7 @@ char WebUiPassword[32] = "cangrow"; // configured - if false, let the user configure system settings first bool configured = false; // NTP Offset -byte ntpOffset; +short ntpOffset; // MoistureSensor_Type - contains which moisture sensor to use // 1: analog capacitive sensor // 2: I2C chirp sensor from catnip electronics @@ -1324,7 +1324,7 @@ void WEBroot() { break; } } - + body += getWaterlevel(); body += "
"; body += "Growlight brightnes: "; body += ((PINled_PWM * 100) / 255);