OpenSprinkler › Forums › Comments, Suggestions, Requests › Opensprinkler on ESP8266 › Reply To: Opensprinkler on ESP8266
slick
Hello,
I hope someone will lend a hand; I’m simply trying to compile the project.
I’ve tried to follow: https://openthings.freshdesk.com/support/solutions/articles/5000165132-how-to-compile-opensprinkler-firmware
I’ve build a CentOS VM and am running the make.lin32 make file.
I have arduino installed, but noticed the make file is looking for it to be installed in ~/Arduino. Since my install went to arduino-1.8.10, I renamed the path in the make file.
When I do, I get this:
server.cpp: In function ‘void on_sta_upload()’:
server.cpp:1974:3: error: ‘stopAll’ is not a member of ‘WiFiUDP‘
WiFiUDP::stopAll();
^
make: *** [/tmp/mainArduino/mainArduino_generic/server.cpp.o] Error 1
make: *** Waiting for unfinished jobs….
Any suggestions would be greatly appreciated.
Thank you!