added arduino, modified build
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="zepto.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
function refresh() {
|
||||
$('#content').load('/arduino/temperature');
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body onload="setInterval(refresh, 2000);">
|
||||
<span id="content">0</span>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
2
arduino/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.min.js
vendored
Normal file
2
arduino/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user