Use color on default
This commit is contained in:
parent
ea4822c3a4
commit
654c1b031a
@ -23,7 +23,7 @@ public:
|
||||
LoggerOptions(
|
||||
MessageType coreLoggerLevel = INFO,
|
||||
MessageType userLoggerLevel = INFO,
|
||||
bool useColor = false,
|
||||
bool useColor = true,
|
||||
short baudRate = 19200);
|
||||
LoggerOptions(LoggerOptions &) = delete;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user