Set automatic light and irrigation initially to false.
This commit is contained in:
parent
f04624dccb
commit
960699fbc8
@ -13,8 +13,8 @@ int soilSaturation = 69;
|
|||||||
// Minimum light value before light turns on
|
// Minimum light value before light turns on
|
||||||
int minimumLightValueLX = 50;
|
int minimumLightValueLX = 50;
|
||||||
// Switches for automatic light and irrigation control
|
// Switches for automatic light and irrigation control
|
||||||
bool automaticLight = true;
|
bool automaticLight = false;
|
||||||
bool automaticIrrigation = true;
|
bool automaticIrrigation = false;
|
||||||
// Make sure device irrigates until fieldcapacity is reached
|
// Make sure device irrigates until fieldcapacity is reached
|
||||||
bool irrigateUntilFC = false;
|
bool irrigateUntilFC = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user