Browse Source
Update visualization.html
add support for apple web app
pull/222/head
Michael Paul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
tools/esp8266/html/visualization.html
|
|
@ -4,6 +4,7 @@ |
|
|
|
<title>Index - {DEVICE}</title> |
|
|
|
<link rel="stylesheet" type="text/css" href="style.css"/> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
|
<script type="text/javascript"> |
|
|
|
getAjax('/livedata', 'livedata'); |
|
|
|
window.setInterval("getAjax('/livedata', 'livedata')", {JS_TS}); |
|
|
|