Skip to content

Commit

Permalink
Update WebPage.h
Browse files Browse the repository at this point in the history
Fixed incorrectly named constant
  • Loading branch information
supercrab committed May 9, 2024
1 parent 43689a1 commit b8cb39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebPage.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
<!DOCTYPE html>
<html>
<head>
Expand Down Expand Up @@ -324,4 +324,4 @@ const char WEBPAGE_HTML[] PROGMEM = R"rawliteral(
</html>
)rawliteral";

#endif
#endif

0 comments on commit b8cb39c

Please sign in to comment.