wip firmware
This commit is contained in:
parent
5a35fa4c05
commit
2912bb11a4
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ char WebUiPassword[32] = "cangrow";
|
||||||
// configured - if false, let the user configure system settings first
|
// configured - if false, let the user configure system settings first
|
||||||
bool configured = false;
|
bool configured = false;
|
||||||
// NTP Offset
|
// NTP Offset
|
||||||
byte ntpOffset;
|
short ntpOffset;
|
||||||
// MoistureSensor_Type - contains which moisture sensor to use
|
// MoistureSensor_Type - contains which moisture sensor to use
|
||||||
// 1: analog capacitive sensor
|
// 1: analog capacitive sensor
|
||||||
// 2: I2C chirp sensor from catnip electronics
|
// 2: I2C chirp sensor from catnip electronics
|
||||||
|
@ -1324,7 +1324,7 @@ void WEBroot() {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
body += getWaterlevel();
|
||||||
body += "<br>";
|
body += "<br>";
|
||||||
body += "Growlight brightnes: ";
|
body += "Growlight brightnes: ";
|
||||||
body += ((PINled_PWM * 100) / 255);
|
body += ((PINled_PWM * 100) / 255);
|
||||||
|
|
Loading…
Reference in a new issue