wip firmware

This commit is contained in:
Marcus 2024-04-19 00:25:36 +02:00
parent 5a35fa4c05
commit 2912bb11a4
1 changed files with 2 additions and 2 deletions

View File

@ -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 += "<br>";
body += "Growlight brightnes: ";
body += ((PINled_PWM * 100) / 255);