diff --git a/src/store.cpp b/src/store.cpp index 8a814aa..0207c12 100644 --- a/src/store.cpp +++ b/src/store.cpp @@ -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;