mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-22 18:56:34 +00:00
Switch to ArduinoLog library
This commit is contained in:
parent
6166717593
commit
2f5d78e47e
@ -267,7 +267,7 @@ class Logging {
|
||||
|
||||
String debugOutput((char *)0);
|
||||
StringStream debugStream((String &)debugOutput);
|
||||
debugOutput.reserve(5 * 128);
|
||||
debugOutput.reserve(4 * 128);
|
||||
|
||||
if(_prefix != NULL) {
|
||||
_prefix(level, &debugStream, debugOutput);
|
||||
|
Loading…
x
Reference in New Issue
Block a user