From c27a4f1484a081552e99bfa57f532bf6f41f9cdb Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Thu, 9 Nov 2023 09:57:07 -0800 Subject: [PATCH] Consistency on fonts --- src/WebOTA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index a353057..70245d0 100644 --- a/src/WebOTA.cpp +++ b/src/WebOTA.cpp @@ -285,7 +285,7 @@ int WebOTA::add_http_routes(WebServer *server, const char *path) { server->on("/", HTTP_GET, [server]() { check_auth(server); - server->send(200, "text/html", F("

WebOTA

")); + server->send(200, "text/html", F("

Arduino WebOTA

")); }); // Upload firmware page