ubuntu@arm:~/OpenSprinklerGen2$ sudo ./build.sh osbo
[sudo] password for ubuntu:
Building OpenSprinkler...
server.cpp: In function ‘byte server_change_stations(char*)’:
server.cpp:494:25: error: ‘PIN_FREE_LIST’ was not declared in this scope
byte gpioList[] = PIN_FREE_LIST;
^
Done!
Hi, because OSBo has been discontinued, we forgot to test the firmware for OSBo. The error is pretty easy to fix: go to defined.h, and define PIN_FREE_LIST just like in the DEMO section (basically define it as an empty list), and it should compile.