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

Method begin

src/RemoteDebug.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250// Initialize the telnet server
251
252bool RemoteDebug::begin(String hostName, uint8_t startingDebugLevel) {
253 return begin(hostName, TELNET_PORT, startingDebugLevel);
254}
255
256bool RemoteDebug::begin(String hostName, uint16_t port, uint8_t startingDebugLevel) {
257

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected