OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Interval plugin: Auto-Program – v2 release now available! › Re: Re: Interval plugin: Auto-Program – Beta release
scottsh
Wow – great bug find! That bug has been in there since “day one”. All fixed, if you pull or freshen your clone, it will pick it up. Thanks a lot.
To update your clone, execute the following from in the directory where you cloned the repository:
git pull
The code for determining the odd/even day watering schedule was obsolete and based on an earlier design that got refactored, but for some reason I missed handling the part when the actual watering is done. Which shows how much I tested odd/even watering lately. I’m really coming to wish I had an automated test setup.