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

Method showColors

src/RemoteDebug.cpp:785–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783// Show colors
784
785void RemoteDebug::showColors(boolean show) {
786 if (_serialEnabled == false) {
787 _showColors = show;
788 } else {
789 _showColors = false; // Disable it for Serial
790 }
791}
792
793// Show in raw mode - only data ?
794

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected