reload homepage every 1 minute

This commit is contained in:
Simon Zeyer 2022-07-13 20:48:16 +02:00
parent 85ebdf4108
commit 4af80665a2

View File

@ -211,6 +211,8 @@ void handleRoot(){
ptr += "</table>\n";
ptr += "</div>\n";
ptr += "<script>window.setTimeout( function() { window.location.reload();}, 10000);</script>\n";
ptr +="</body>\n";
ptr +="</html>\n";
server.send(200, "text/html", ptr);