OpenSprinkler Forums Hardware Questions OpenSprinkler Beagle (OSBo) Unable to build Firmware 2.1.7 on OSBo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44816

    noski
    Participant

    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!

    Help would be appreciated.

    #44979

    Ray
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums Hardware Questions OpenSprinkler Beagle (OSBo) Unable to build Firmware 2.1.7 on OSBo