| 741 | // Send to serial too (use only if need) |
| 742 | |
| 743 | void RemoteDebug::setSerialEnabled(boolean enable) { |
| 744 | |
| 745 | _serialEnabled = enable; |
| 746 | _showColors = false; // Disable it for Serial |
| 747 | |
| 748 | } |
| 749 | |
| 750 | // Allow ESP reset over telnet client |
| 751 |
nothing calls this directly
no outgoing calls
no test coverage detected