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
|
||||
int minimumLightValueLX = 50;
|
||||
// Switches for automatic light and irrigation control
|
||||
bool automaticLight = true;
|
||||
bool automaticIrrigation = true;
|
||||
bool automaticLight = false;
|
||||
bool automaticIrrigation = false;
|
||||
// Make sure device irrigates until fieldcapacity is reached
|
||||
bool irrigateUntilFC = false;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user