mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-13 09:33:38 +00:00
In some scenarios, the new line does not work if is not called thru the write function
This commit is contained in:
parent
fcbb26051b
commit
871be0199a
@ -625,7 +625,8 @@ void Console::write(std::string message) {
|
|||||||
|
|
||||||
void Console::writeln(std::string message) {
|
void Console::writeln(std::string message) {
|
||||||
write(message);
|
write(message);
|
||||||
crlf();
|
write("\n");
|
||||||
|
//crlf();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Console::paint(Painter&) {
|
void Console::paint(Painter&) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user