aboutsummaryrefslogtreecommitdiff
path: root/libraries/Bridge/examples/TemperatureWebPanel/index.html
diff options
context:
space:
mode:
authortigoe <tom.igoe@gmail.com>2013-07-06 08:10:13 -0400
committertigoe <tom.igoe@gmail.com>2013-07-06 08:10:13 -0400
commit2a3701bcc10b044dd82d1b02a4441e66e82ac869 (patch)
tree77671a7a264bb89a8f856551e1bc6531068ba229 /libraries/Bridge/examples/TemperatureWebPanel/index.html
parentf8bf2ff9242624d8aeb6460065c892e543921eac (diff)
Updated TemperatureWebPanel
Diffstat (limited to 'libraries/Bridge/examples/TemperatureWebPanel/index.html')
-rwxr-xr-xlibraries/Bridge/examples/TemperatureWebPanel/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/Bridge/examples/TemperatureWebPanel/index.html b/libraries/Bridge/examples/TemperatureWebPanel/index.html
index 0724191..29c2704 100755
--- a/libraries/Bridge/examples/TemperatureWebPanel/index.html
+++ b/libraries/Bridge/examples/TemperatureWebPanel/index.html
@@ -4,13 +4,13 @@
<script type="text/javascript" src="zepto.min.js"></script>
<script type="text/javascript">
function refresh() {
- $('#content').load('/arduino/avr/temperature');
+ $('#content').load('/arduino/temperature');
}
</script>
</head>
<body onload="setInterval(refresh, 1000);">
- Analog 0: <span id="content">0</span>
+ <span id="content">0</span>
</body>
</html>