| 250 | // Initialize the telnet server |
| 251 | |
| 252 | bool RemoteDebug::begin(String hostName, uint8_t startingDebugLevel) { |
| 253 | return begin(hostName, TELNET_PORT, startingDebugLevel); |
| 254 | } |
| 255 | |
| 256 | bool RemoteDebug::begin(String hostName, uint16_t port, uint8_t startingDebugLevel) { |
| 257 |
nothing calls this directly
no outgoing calls
no test coverage detected