OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Error building firmware from source › Reply To: Error building firmware from source
March 4, 2021 at 3:44 pm
#69360
Ray
Keymaster
Please note that tick() is called inside the maintain() function:
https://github.com/OpenSprinkler/UIPEthernet/blob/master/UIPEthernet.cpp#L139
you can certainly change the call to tick() to maintain() but maintain() is heavier weight than tick().