OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Error building firmware from source › Reply To: Error building firmware from source
March 5, 2021 at 5:27 am
#69363
raaahbin
Participant
Yes – I noticed that tick() was called inside maintain()… but the difference is that maintain() is a public function (as opposed to tick() which is private in the stock version of UIPEthernet), so I figured I can put it in that place in OpenSprinkler.cpp without causing a fatal error during build. Of course, if the customised version of the library makes tick() public, that would fix the error too.
And it still doesn’t appear to matter, since I’m pretty sure delay_nicely is not called at all in the current version of OpenSprinkler.cpp