Added CR on errors in serial console.
This commit is contained in:
parent
1e44d9bd01
commit
7cafedd9bf
@ -92,6 +92,7 @@ void ErrorFileLog::addEntry(String err) {
|
|||||||
_errors[i] = _errors[i - 1];
|
_errors[i] = _errors[i - 1];
|
||||||
}
|
}
|
||||||
_errors[0] = err;
|
_errors[0] = err;
|
||||||
|
err += String(CR);
|
||||||
Log.error(err.c_str());
|
Log.error(err.c_str());
|
||||||
save();
|
save();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user