# HG changeset patch # User drewp@bigasterisk.com # Date 1405229506 25200 # Node ID c2647173b60a0f3254f499bf591cc7c33d6819c0 # Parent 1b6ed0fa2f5bf6ba225a91058c5aa64251a6d094 only start dht monitoring loop if it works a first time Ignore-this: d1062a582258369d559e823441a955e0 diff -r 1b6ed0fa2f5b -r c2647173b60a 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 1b6ed0fa2f5b -r c2647173b60a 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); });