rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
309 stars 100 forks source link

external script instructions differ from config.h #166

Closed Leitnin closed 4 years ago

Leitnin commented 4 years ago

For external scripts, config.h points to "/usr/local/bin/sprinklers_pi_zone"

and the instructions for external scripts point to "/usr/local/bin/sprinklers_pi_zones"

This may lead others, like me, to spend quite some time trying to track down an error when in fact, it is just a "typo"

suggest updating both to either /sprinklers_pi_zone or /sprinklers_pi_zones to avoid confusion.

nhorvath commented 4 years ago

Updated the wiki to match the code /usr/local/bin/sprinklers_pi_zone Sorry for the headache i'm sure this caused.