reload homepage every 1 minute
This commit is contained in:
parent
85ebdf4108
commit
4af80665a2
@ -211,6 +211,8 @@ void handleRoot(){
|
|||||||
|
|
||||||
ptr += "</table>\n";
|
ptr += "</table>\n";
|
||||||
ptr += "</div>\n";
|
ptr += "</div>\n";
|
||||||
|
|
||||||
|
ptr += "<script>window.setTimeout( function() { window.location.reload();}, 10000);</script>\n";
|
||||||
ptr +="</body>\n";
|
ptr +="</body>\n";
|
||||||
ptr +="</html>\n";
|
ptr +="</html>\n";
|
||||||
server.send(200, "text/html", ptr);
|
server.send(200, "text/html", ptr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user