| 16 | } |
| 17 | |
| 18 | void TelnetStreamClass::stop() { |
| 19 | client.stop(); |
| 20 | } |
| 21 | |
| 22 | boolean TelnetStreamClass::disconnected() { |
| 23 | #if __has_include(<WiFiNINA.h>) || (defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_ARCH_MBED)) |
nothing calls this directly
no outgoing calls
no test coverage detected