mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
missing line term
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user