mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 17:42:48 +00:00
missing line term
This commit is contained in:
parent
88fa24ce79
commit
f45451ca74
@ -912,7 +912,7 @@ void Screen::blink() {
|
||||
|
||||
void Screen::handlePrint(const char *text)
|
||||
{
|
||||
DEBUG_MSG("Screen: %s", text);
|
||||
DEBUG_MSG("Screen: %s\n", text);
|
||||
if (!useDisplay || !showingNormalScreen)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user