fix-homepage-layout #9

Merged
simon merged 5 commits from fix-homepage-layout into wemos-build 2022-07-13 18:52:44 +00:00
Showing only changes of commit 4af80665a2 - Show all commits

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);