Skip to content

Commit ee9906e

Browse files
committed
Remove WebSocket Subprotocol from ESP800
1 parent d198a19 commit ee9906e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

esp3d/src/core/espcmd/ESP800.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -247,20 +247,6 @@ bool Commands::ESP800(const char* cmd_params, level_authenticate_type auth_type,
247247
output->printMSGLine(line.c_str());
248248
}
249249
line="";
250-
//WebSocket subprotocol
251-
if (json) {
252-
line+=",\"WebSocketSubProtocol\":\"";
253-
} else {
254-
line+= "Web Socket SubProtocol:";
255-
}
256-
line+= websocket_terminal_server.getProtocol();
257-
if (json) {
258-
line +="\"";
259-
output->print (line.c_str());
260-
} else {
261-
output->printMSGLine(line.c_str());
262-
}
263-
line="";
264250
//WebSocket Port
265251
if (json) {
266252
line+=",\"WebSocketPort\":\"";

0 commit comments

Comments
 (0)