MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / handle

Method handle

src/RemoteDebugWS.cpp:153–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151// Handle
152
153void RemoteDebugWS::handle() {
154
155 WebSocketServer.loop();
156
157// // Test
158//
159// if (_webSocketConnected) {
160// WebSocketServer.sendTXT(_webSocketConnected, "AAAAAAAAA\n");
161// }
162
163}
164
165// Is connected ?
166

Callers

nothing calls this directly

Calls 1

loopMethod · 0.45

Tested by

no test coverage detected