OpenSprinkler Forums OpenSprinkler Unified Firmware Announcing OpenSprinkler Unified Firmware 2.1.3 (for AVR/RPI/BBB/LINUX) Reply To: Announcing OpenSprinkler Unified Firmware 2.1.3 (for AVR/RPI/BBB/LINUX)

#36984

Samer
Keymaster

This is actually something that has been happening with the demo we host: http://demo.opensprinkler.com. In order to keep the process running I had to wrap it in a small script:

#!/bin/bash
while ! ./OS-Demo/OpenSprinkler
do
  sleep 1
  echo "Restarting program..."
done

This isn’t ideal and I will talk to Ray to figure out why this is occurring.