aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Fissore <f.fissore@arduino.cc>2013-07-25 14:31:26 +0200
committerFederico Fissore <f.fissore@arduino.cc>2013-07-25 14:31:26 +0200
commit1895d696b1fd11488e469fb17549263c24548d0d (patch)
tree8d440a539d9e9aff13349458b6bc54c34f22ddca
parent452be966bc7e9bd0955932274aed731c12d036f7 (diff)
TemperatureWebPanel: widening refresh interval
-rwxr-xr-xlibraries/Bridge/examples/TemperatureWebPanel/www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Bridge/examples/TemperatureWebPanel/www/index.html b/libraries/Bridge/examples/TemperatureWebPanel/www/index.html
index 29c2704..c6b6747 100755
--- a/libraries/Bridge/examples/TemperatureWebPanel/www/index.html
+++ b/libraries/Bridge/examples/TemperatureWebPanel/www/index.html
@@ -9,7 +9,7 @@
</script>
</head>
- <body onload="setInterval(refresh, 1000);">
+ <body onload="setInterval(refresh, 2000);">
<span id="content">0</span>
</body>
</html>