firmware wip - add some notes for watering logic, adjust soilmoisture low value

This commit is contained in:
Marcus 2024-06-15 22:44:09 +02:00
parent cbc20586c4
commit 52abf8e483

View file

@ -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