Skip to content

Commit 275c958

Browse files
author
gemi254
committed
Fixed favicon
1 parent 5cf69e0 commit 275c958

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/controlAssistPMem.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function wsHeartBeat() {
123123
}
124124
// Connected
125125
function onWsOpen(event) {
126-
setStatus("Connected")
126+
setStatus("Connected: " + wsServer)
127127
wsHeartBeat();
128128
}
129129
// Handle websocket messages
@@ -199,7 +199,8 @@ PROGMEM const char CONTROLASSIST_HTML_HEADER[] = R"=====(
199199
<meta charset="utf-8">
200200
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
201201
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
202-
<title>Control Assist</title>
202+
<link rel="shortcut icon" href="data:" />
203+
<title>ControlAssist</title>
203204
</head>
204205
)=====";
205206
//Template for body of the html page

0 commit comments

Comments
 (0)