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

Method setSerialEnabled

src/RemoteDebug.cpp:743–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741// Send to serial too (use only if need)
742
743void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected