OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Programs only seem to run when website or app is open Reply To: Programs only seem to run when website or app is open

#36743

Ray
Keymaster

UPDATE: I think I’ve found the issue. It’s a bug in setting a socket non-block. It actually has nothing to do with usleep. The bug caused the firmware to stop program time keeping when there is no connection (i.e. socket is blocked). The bug is now fixed. Please perform a ‘git pull’, then do ‘./build.sh ospi’, and restart. Let me know if this solves the issue. Thanks!