| 783 | // Show colors |
| 784 | |
| 785 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected