From 52abf8e483b22fadbd8be4044d92a776871bfaf8 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 15 Jun 2024 22:44:09 +0200 Subject: [PATCH] firmware wip - add some notes for watering logic, adjust soilmoisture low value --- Arduino/CanGrow/CanGrow_Init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/CanGrow/CanGrow_Init.h b/Arduino/CanGrow/CanGrow_Init.h index 1c04013..d5a91c9 100644 --- a/Arduino/CanGrow/CanGrow_Init.h +++ b/Arduino/CanGrow/CanGrow_Init.h @@ -79,7 +79,7 @@ short NtpOffset; // 2: I2C chirp sensor from catnip electronics byte MoistureSensor_Type; // SoilmoistureLow - contains the value , when soil moisture is assumed to be low, -byte SoilmoistureLow = 75; +byte SoilmoistureLow = 80; // UsePump - is the pump used? bool bool UsePump; // UseFan - is the fan used? bool