Sure... Put this line back in for handling the home page...
server.on("/", []() { server.send_P(200, "text/html", INDEX_HTML); });
Sure... Put this line back in for handling the home page...
server.on("/", []() { server.send_P(200, "text/html", INDEX_HTML); });