OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Python interval program update 8/01/13 › Re: Re: Python interval program update 8/01/13
August 16, 2013 at 7:03 pm
#25251
Samer
Keymaster
It also might be easier putting the configuration in a file that is not included in the distribution. Therefore, there is no way to accidentally overwrite the configuration. The program can just check if the file exists and if not, create it.
You can then combine the above system with Github making upgrades as easy as: git pull