firmware wip - add some notes for watering logic, adjust soilmoisture low value
This commit is contained in:
parent
cbc20586c4
commit
52abf8e483
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ short NtpOffset;
|
||||||
// 2: I2C chirp sensor from catnip electronics
|
// 2: I2C chirp sensor from catnip electronics
|
||||||
byte MoistureSensor_Type;
|
byte MoistureSensor_Type;
|
||||||
// SoilmoistureLow - contains the value , when soil moisture is assumed to be low,
|
// SoilmoistureLow - contains the value , when soil moisture is assumed to be low,
|
||||||
byte SoilmoistureLow = 75;
|
byte SoilmoistureLow = 80;
|
||||||
// UsePump - is the pump used? bool
|
// UsePump - is the pump used? bool
|
||||||
bool UsePump;
|
bool UsePump;
|
||||||
// UseFan - is the fan used? bool
|
// UseFan - is the fan used? bool
|
||||||
|
|
Loading…
Reference in a new issue