mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 02:32:09 +00:00
add missing newline
This commit is contained in:
parent
3f1ada29ac
commit
690b843678
@ -937,7 +937,7 @@ void Screen::setFrames()
|
|||||||
normalFrames[numframes++] = drawPluginFrame;
|
normalFrames[numframes++] = drawPluginFrame;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG_MSG("Added plugins. numframes: %d", numframes);
|
DEBUG_MSG("Added plugins. numframes: %d\n", numframes);
|
||||||
|
|
||||||
// If we have a critical fault, show it first
|
// If we have a critical fault, show it first
|
||||||
if (myNodeInfo.error_code)
|
if (myNodeInfo.error_code)
|
||||||
|
Loading…
Reference in New Issue
Block a user