OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Error building firmware from source › Reply To: Error building firmware from source
March 4, 2021 at 9:08 am
#69355
raaahbin
Participant
Thanks for that. On going through the code, I’ve discovered that (I think) the function in which the Ethernet.tick() function is attempted to be called is not, itself, ever called… so I’m pretty sure it can be safely either commented out (which would break things if I’m wrong), or replaced with Ethernet.maintain() (which should be safer if I’m wrong).