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