From b8cb39cc39a8697668426240b360db6f8bb4d02e Mon Sep 17 00:00:00 2001 From: Mr Mase Date: Thu, 9 May 2024 21:57:11 +0100 Subject: [PATCH] Update WebPage.h Fixed incorrectly named constant --- WebPage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebPage.h b/WebPage.h index 504c499..5793f25 100644 --- a/WebPage.h +++ b/WebPage.h @@ -3,7 +3,7 @@ // Info about websockets // https://javascript.info/websocket -const char WEBPAGE_HTML[] PROGMEM = R"rawliteral( +const char HTML_REMOTE_SERIAL_PAGE[] PROGMEM = R"rawliteral( @@ -324,4 +324,4 @@ const char WEBPAGE_HTML[] PROGMEM = R"rawliteral( )rawliteral"; -#endif \ No newline at end of file +#endif