OpenSprinkler › Forums › OpenSprinkler Unified Firmware › long timer setting for Pool pump › Re: Re: long timer setting for Pool pump
March 9, 2013 at 6:29 pm
#23356
pbo
Blocked
The adhock solution in combination with the first suggestion to change unsigned long accumulate_time = curr_time + 1; into unsigned long accumulate_time = curr_time; seems to work in sequential mode. Thats great!! Thanks a lot for giving me a solution.
Where and what should i add or change in the code to obtain a simulair result in parallel mode?