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

Method getTelnetClient

src/RemoteDebug.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310WiFiClient* RemoteDebug::getTelnetClient() {
311
312 return &TelnetClient;
313}
314
315#endif
316

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected