OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Feature suggestion regarding weather adjustment › Reply To: Feature suggestion regarding weather adjustment
June 13, 2017 at 9:04 am
#46744
Michael
Participant
Ray,
ah, I see. If I’m correct, that is a logic “and”?
if (wl < 20 && water_time < 10)
That would explain it, as when these waterings occur, they are usually below 20%, but certainly longer than 10 sec.
I’ll change it to “||” or remove the time limit, recompile and see what happens 🙂
– Michael