# HG changeset patch # User drewp # Date 1405229506 25200 # Node ID 2f90baff50dcdf070413462f578ad3e3a66f5806 # Parent d1e09605340490c59884a5968737d6422d04d81a only start dht monitoring loop if it works a first time Ignore-this: d1062a582258369d559e823441a955e0 darcs-hash:20140713053146-312f9-16ba24ff90eee88538135e28ce2060325639e098 diff -r d1e096053404 -r 2f90baff50dc service/pilight/makefile --- a/service/pilight/makefile Sat Jul 12 22:30:51 2014 -0700 +++ b/service/pilight/makefile Sat Jul 12 22:31:46 2014 -0700 @@ -12,7 +12,6 @@ setup: ln -s . public - @echo also need static/polymer/ to be polymer 0.2.3 build-to-pi: deps GOBIN=bin-pi GOARCH=arm go install pilight.go diff -r d1e096053404 -r 2f90baff50dc service/pilight/static/index.html --- a/service/pilight/static/index.html Sat Jul 12 22:30:51 2014 -0700 +++ b/service/pilight/static/index.html Sat Jul 12 22:31:46 2014 -0700 @@ -105,8 +105,7 @@ requestAnimationFrame(loop); }, 2000); } -//$.getJSON("dht", loop); - + $.getJSON("dht", loop); });