aboutsummaryrefslogtreecommitdiff
path: root/libraries/Bridge/examples/TemperatureWebPanel/index.html
diff options
context:
space:
mode:
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>